Lowlevel bindings to the leveldb C library.
If your project is using Cargo, drop the following lines in your Cargo.toml:
``` [dependencies]
leveldb-sys = "*" ```
levelbd-sys
offers a snappy
feature to build the snappy library.
MIT
To build leveldb-sys you need to install gmake
(GNU Make)