Registry / database / lmdb-rkv

lmdb-rkv

JSON →
library0.14.0rscratesunverified

Idiomatic and safe Rust wrapper around the LMDB key-value store.

# Cargo.toml [dependencies] lmdb-rkv = "0.14.0"
INSTALL
IMPORT
SIG · LMDB-RKV
L
lmdb-rkv
databaserustv0.14.0
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.

Environment
use lmdb::Environment;

Open an LMDB environment.

use lmdb::Environment; fn main() -> lmdb::Result<()> { let env = Environment::new()?.open("./mydb")?; Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.14.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
lmdb-rkv — cargo add lmdb-rkv · libregistry