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

#2008 in Database interfaces

Download history 10414/week @ 2024-07-29 9805/week @ 2024-08-05 10630/week @ 2024-08-12 9025/week @ 2024-08-19 11233/week @ 2024-08-26 9236/week @ 2024-09-02 9575/week @ 2024-09-09 9012/week @ 2024-09-16 9395/week @ 2024-09-23 8507/week @ 2024-09-30 9318/week @ 2024-10-07 10511/week @ 2024-10-14 12107/week @ 2024-10-21 11683/week @ 2024-10-28 9570/week @ 2024-11-04 8737/week @ 2024-11-11

42,458 downloads per month
Used in 25 crates (6 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