leveldb-sys

Crates.ioleveldb-sys
lib.rsleveldb-sys
version2.0.9
sourcesrc
created_at2015-01-09 22:06:17.595868
updated_at2021-08-09 12:46:12.643007
descriptionFFI bindings to LevelDB
homepage
repositoryhttps://github.com/skade/leveldb-sys
max_upload_size
id752
size4,238,617
rust-wlc-devel (github:immington-industries:rust-wlc-devel)

documentation

https://docs.rs/leveldb-sys/

README

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)

Commit count: 65

cargo fmt