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

#2034 in Database interfaces

Download history 10648/week @ 2024-08-11 8993/week @ 2024-08-18 11095/week @ 2024-08-25 9387/week @ 2024-09-01 9548/week @ 2024-09-08 9045/week @ 2024-09-15 9421/week @ 2024-09-22 8364/week @ 2024-09-29 9429/week @ 2024-10-06 10396/week @ 2024-10-13 12204/week @ 2024-10-20 11708/week @ 2024-10-27 9640/week @ 2024-11-03 8881/week @ 2024-11-10 9808/week @ 2024-11-17 3806/week @ 2024-11-24

32,541 downloads per month
Used in 26 crates (7 directly)

MIT license

1.5MB
20K SLoC

C++ 20K SLoC // 0.1% comments C 331 SLoC // 0.0% comments Rust 188 SLoC // 0.2% comments

leveldb-sys

Lowlevel bindings to the leveldb C library.

Dependencies

  • Your platforms C++ compiler (usually gcc or clang on 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)

Dependencies