Crates.io | leveldb-sys |
lib.rs | leveldb-sys |
version | 2.0.9 |
source | src |
created_at | 2015-01-09 22:06:17.595868 |
updated_at | 2021-08-09 12:46:12.643007 |
description | FFI bindings to LevelDB |
homepage | |
repository | https://github.com/skade/leveldb-sys |
max_upload_size | |
id | 752 |
size | 4,238,617 |
Lowlevel bindings to the leveldb C library.
gcc
or clang
on Linux and Unix, Visual Studio Build environment on Windows)cmake
If your project is using Cargo, drop the following lines in your Cargo.toml:
[dependencies]
leveldb-sys = "*"
levelbd-sys
offers a snappy
feature to build the snappy library.
MIT
To build leveldb-sys you need to install gmake
(GNU Make)