| Crates.io | leveldb-rs-binding |
| lib.rs | leveldb-rs-binding |
| version | 1.0.0 |
| created_at | 2024-08-24 15:31:40.394713+00 |
| updated_at | 2025-09-16 13:40:30.797452+00 |
| description | An interface for leveldb |
| homepage | https://github.com/rim99/leveldb-rs-binding |
| repository | https://github.com/rim99/leveldb-rs-binding |
| max_upload_size | |
| id | 1350371 |
| size | 4,455,510 |
Rust interface for Google's LevelDB key-value storage library.
Documentation: https://docs.rs/leveldb-rs-binding/latest/leveldb/.
Refer to the CHANGELOG.md for release notes.
The leveldb-rs-binding is built and tested with stable releases of Rust toolchain.
Latest tested version: 1.89.0
If your project is using Cargo, drop the following lines in your Cargo.toml:
[dependencies]
leveldb-rs-binding = "1.0"
Make sure you have all prerequisites installed, including cmake, git and a C++ compiler, like g++ or clang++, that supports C++17.
Clone the repository, and run
$ cargo build
for building and
$ cargo test
to run the test suite.
Check out the example directory.
MIT, see LICENSE