lmdb

Crates.iolmdb
lib.rslmdb
version0.8.0
sourcesrc
created_at2014-11-23 11:12:30.019327
updated_at2018-03-03 18:42:08.346009
descriptionIdiomatic and safe LMDB wrapper.
homepage
repositoryhttps://github.com/danburkert/lmdb-rs.git
max_upload_size
id371
size100,373
Dan Burkert (danburkert)

documentation

https://docs.rs/lmdb

README

Build Status Windows Build Status Documentation Crate

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

Features

  • lmdb-sys.
  • Cursors.
  • Zero-copy put API.
  • Nested transactions.
  • Database statistics.
Commit count: 124

cargo fmt