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

#1023 in Database interfaces

Download history 18125/week @ 2023-12-01 17827/week @ 2023-12-08 14745/week @ 2023-12-15 2658/week @ 2023-12-22 9006/week @ 2023-12-29 18777/week @ 2024-01-05 16835/week @ 2024-01-12 13894/week @ 2024-01-19 8559/week @ 2024-01-26 8988/week @ 2024-02-02 7553/week @ 2024-02-09 9091/week @ 2024-02-16 9490/week @ 2024-02-23 9190/week @ 2024-03-01 9562/week @ 2024-03-08 7626/week @ 2024-03-15

37,844 downloads per month
Used in 27 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