1 stable release
1.0.0 | Jan 9, 2024 |
---|
#2760 in Database interfaces
41 downloads per month
Used in cruzbit
51KB
1.5K
SLoC
Rust leveldb bindings
Almost-complete bindings for leveldb for Rust.
Fork
This is a fork of leveldb for use with cruzbit. The fork has these main differences:
- &[u8] byte slices can be used as keys
- keys can be iterated using from, to, or a byte prefix
- DatabaseReader trait has been added to support reading from either Database or Snapshot
- leveldb-sys has been updated to the latest release of leveldb and snappy
License
MIT, see LICENSE
Dependencies
~1.5MB
~31K SLoC