Registry / database / lmdb-zero

lmdb-zero

JSON →
library0.4.4rscratesunverified

An almost-safe, near-zero-cost, feature-complete wrapper around LMDB.

# Cargo.toml [dependencies] lmdb-zero = "0.4.4"
INSTALL
IMPORT
SIG · LMDB-ZERO
L
lmdb-zero
databaserustv0.4.4
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_zero::Environment;

Open an LMDB environment using lmdb-zero.

use lmdb_zero::Environment; fn main() -> Result<(), Box<dyn std::error::Error>> { let env = Environment::new()?.open("mydb")?; Ok(()) }
Debug
Known issues
gotchaUnsafe operations: The crate uses unsafe code internally; misuse can cause undefined behavior.
fix
Ensure proper error handling and follow LMDB's concurrency rules.
affects: >=0.4.0
Upgrade
Version history
0.4.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
Amazon
1
Resources
lmdb-zero — cargo add lmdb-zero · libregistry