| Crates.io | leveldb-rs-binding |
| lib.rs | leveldb-rs-binding |
| version | 2.1.1 |
| created_at | 2024-08-24 15:31:40.394713+00 |
| updated_at | 2025-12-27 07:17:46.218191+00 |
| description | An interface for the LevelDB |
| homepage | https://github.com/rim99/leveldb-rs-binding |
| repository | https://github.com/rim99/leveldb-rs-binding |
| max_upload_size | |
| id | 1350371 |
| size | 22,636,220 |
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.
Check CI for tested version.
main branch, commit id: ac69108If your project is using Cargo, drop the following lines in your Cargo.toml:
[dependencies]
leveldb-rs-binding = "2.1"
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.
See benchmarks/RESULT.md for performance comparison with C++ db_bench.
MIT, see LICENSE