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

#898 in Database interfaces

Download history 2701/week @ 2024-12-21 2640/week @ 2024-12-28 9073/week @ 2025-01-04 10147/week @ 2025-01-11 8515/week @ 2025-01-18 8838/week @ 2025-01-25 11232/week @ 2025-02-01 11619/week @ 2025-02-08 10232/week @ 2025-02-15 11170/week @ 2025-02-22 10575/week @ 2025-03-01 13483/week @ 2025-03-08 11542/week @ 2025-03-15 12780/week @ 2025-03-22 10223/week @ 2025-03-29 11081/week @ 2025-04-05

47,657 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