Registry / utility / bitcoinleveldb-slice

bitcoinleveldb-slice

JSON →
library0.1.19rscratesunverified

Low-level, non-owning byte Slice type for LevelDB-style storage in bitcoin-rs, providing pointer-based views, prefix operations, lexicographic comparison, and FFI-friendly interoperability without copying.

# Cargo.toml [dependencies] bitcoinleveldb-slice = "0.1.19"
INSTALL
IMPORT
SIG · BITCOINLEVELDB-SLI
B
bitcoinleveldb-slice
utilityrustv0.1.19
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Slice
use bitcoinleveldb_slice::Slice;

Creates a non-owning byte slice for LevelDB-style storage.

use bitcoinleveldb_slice::Slice; fn main() { let data = b"hello"; let slice = Slice::new(data.as_ptr(), data.len()); println!("Slice length: {}", slice.len()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.19latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
bitcoinleveldb-slice — cargo add bitcoinleveldb-slice · libregistry