11 releases (6 breaking)
Uses old Rust 2015
0.8.0 | Mar 3, 2018 |
---|---|
0.7.2 | Sep 9, 2017 |
0.7.1 | Jul 15, 2017 |
0.6.0 | Jul 17, 2016 |
0.1.0 | Nov 23, 2014 |
#47 in #storage-engine
2,317 downloads per month
Used in 14 crates
(10 directly)
450KB
11K
SLoC
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.
lib.rs
:
Idiomatic and safe APIs for interacting with the Lightning Memory-mapped Database (LMDB).
Dependencies
~78–375KB