lmdb-rs ======= [![Build status (master)](https://travis-ci.org/vhbit/lmdb-rs.svg?branch=master)](https://travis-ci.org/vhbit/lmdb-rs) [![Latest version](http://meritbadge.herokuapp.com/lmdb-rs)](https://crates.io/crates/lmdb-rs-m) Rust bindings for [LMDB](http://symas.com/mdb/) [Documentation (master branch)](http://vhbit.github.io/lmdb-rs/lmdb_rs/) Building ======== LMDB is bundled as submodule so update submodules first: `cargo build` Feedback ======== Feel free to ping me if you have a question or a suggestion how to make it better and idiomatic.