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

#1683 in Database interfaces

Download history 17496/week @ 2024-01-03 16183/week @ 2024-01-10 19095/week @ 2024-01-17 7896/week @ 2024-01-24 9126/week @ 2024-01-31 7583/week @ 2024-02-07 8850/week @ 2024-02-14 9525/week @ 2024-02-21 8866/week @ 2024-02-28 9897/week @ 2024-03-06 9167/week @ 2024-03-13 9280/week @ 2024-03-20 8249/week @ 2024-03-27 9059/week @ 2024-04-03 9680/week @ 2024-04-10 6368/week @ 2024-04-17

35,233 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