Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 604 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 604 Bytes

lmdb-rs

Build status (master) Latest version

Rust bindings for LMDB

Documentation (master branch)

Building

LMDB is bundled as submodule so update submodules first:

git submodule update --init

And then

cargo build

Feedback

Feel free to ping me if you have a question or a suggestion how to make it better and idiomatic.