| Crates.io | cruzbit-leveldb-sys |
| lib.rs | cruzbit-leveldb-sys |
| version | 1.0.1 |
| created_at | 2024-01-09 16:47:11.667137+00 |
| updated_at | 2025-07-08 07:53:25.546148+00 |
| description | FFI bindings to LevelDB |
| homepage | |
| repository | https://github.com/christian-smith/cruzbit-leveldb-sys |
| max_upload_size | |
| id | 1094217 |
| size | 4,362,045 |
Lowlevel bindings to the leveldb C library.
gcc or clang on Linux and Unix, Visual Studio Build environment on Windows)cmakeIf 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)