Crate lmdb

Source
Expand description

Idiomatic and safe APIs for interacting with the Lightning Memory-mapped Database (LMDB).

Structs§

Enums§

  • An LMDB error kind.
  • An iterator over the key/value pairs in an LMDB database.
  • An iterator over the keys and duplicate values in an LMDB database.

Traits§

Type Aliases§