Safe Rust bindings for LMDB with encryption at rest
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dan Burkert d27d6a493e 0.4.3 9 years ago
lmdb-sys 0.4.3 9 years ago
src update for rustc 1.0.0-nightly (2e3b0c051 2015-04-01) (built 2015-04-01) 9 years ago
.gitignore lmdb-sys 10 years ago
.gitmodules lmdb-sys 10 years ago
.travis.yml update travis doc key 9 years ago
Cargo.toml 0.4.3 9 years ago
LICENSE Initial commit 10 years ago
README.md Drop Lmdb prefix on Error and Result 9 years ago

README.md

Build Status

Documentation

Cargo

lmdb-rs

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

Building from Source

git clone --recursive git@github.com:danburkert/lmdb-rs.git
cd lmdb-rs
cargo build

TODO

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