|
|
|
@ -1,17 +1,18 @@ |
|
|
|
|
[](https://travis-ci.org/danburkert/lmdb-rs) |
|
|
|
|
[](https://ci.appveyor.com/project/danburkert/lmdb-rs/branch/master) |
|
|
|
|
[](https://docs.rs/lmdb/) |
|
|
|
|
[](https://crates.io/crates/lmdb) |
|
|
|
|
[](https://travis-ci.org/mozilla/lmdb-rs) |
|
|
|
|
[](https://ci.appveyor.com/project/mykmelez/lmdb-rs-rrsb3/branch/master) |
|
|
|
|
|
|
|
|
|
# lmdb-rs |
|
|
|
|
|
|
|
|
|
Idiomatic and safe APIs for interacting with the |
|
|
|
|
[Symas Lightning Memory-Mapped Database (LMDB)](http://symas.com/mdb/). |
|
|
|
|
|
|
|
|
|
This repo is a fork of [danburkert/lmdb-rs](https://github.com/danburkert/lmdb-rs) |
|
|
|
|
with fixes for issues encountered by [mozilla/rkv](https://github.com/mozilla/rkv). |
|
|
|
|
|
|
|
|
|
## Building from Source |
|
|
|
|
|
|
|
|
|
```bash |
|
|
|
|
git clone --recursive git@github.com:danburkert/lmdb-rs.git |
|
|
|
|
git clone --recursive git@github.com:mozilla/lmdb-rs.git |
|
|
|
|
cd lmdb-rs |
|
|
|
|
cargo build |
|
|
|
|
``` |
|
|
|
|