14 releases (stable)
Uses old Rust 2015
| 2.0.9 | Aug 9, 2021 |
|---|---|
| 2.0.8 | Oct 6, 2020 |
| 2.0.7 | Sep 20, 2020 |
| 2.0.6 | Jun 4, 2020 |
| 0.0.2 | Jan 9, 2015 |
#1588 in Database interfaces
75,473 downloads per month
Used in 30 crates
(7 directly)
1.5MB
20K
SLoC
leveldb-sys
Lowlevel bindings to the leveldb C library.
Dependencies
- Your platforms C++ compiler (usually
gccorclangon Linux and Unix, Visual Studio Build environment on Windows) cmake
Usage
If your project is using Cargo, drop the following lines in your Cargo.toml:
[dependencies]
leveldb-sys = "*"
Features
levelbd-sys offers a snappy feature to build the snappy library.
LICENSE
MIT
BSD support
To build leveldb-sys you need to install gmake (GNU Make)