Registry / database / bitcoinleveldb-env

bitcoinleveldb-env

JSON →
library0.1.19rscratesunverified

Rust implementation of LevelDB's Env abstraction for the bitcoinleveldb port, providing environment traits, delegating wrappers, file utilities, and logging helpers closely matching the original C++ API.

# Cargo.toml [dependencies] bitcoinleveldb-env = "0.1.19"
INSTALL
IMPORT
SIG · BITCOINLEVELDB-ENV
B
bitcoinleveldb-env
databaserustv0.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.

Env
use bitcoinleveldb_env::Env;

Create a default LevelDB environment.

use bitcoinleveldb_env::Env; fn main() { let env = Env::default(); println!("Env created: {:?}", env); }
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
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
bitcoinleveldb-env — cargo add bitcoinleveldb-env · libregistry