lmdb 0.1.0

Safe Rust bindings for LMDB
docs.rs failed to build lmdb-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: lmdb-0.8.0

lmdbd-rs

Safe Rust bindings for the Symas Lightning Memory-Mapped Database(LMDB).

Provides the minimal amount of abstraction necessary to interact with LMDB safely in Rust. In general, the API is very similar to the LMDB C-API.

TODO

  • Cursors.
  • Zero-copy put API.
  • Nested transactions.
  • Database statistics.