cruzbit-leveldb

Crates.iocruzbit-leveldb
lib.rscruzbit-leveldb
version1.0.0
sourcesrc
created_at2024-01-09 16:53:45.659473
updated_at2024-01-09 16:53:45.659473
descriptionAn interface for leveldb
homepagehttps://github.com/christian-smith/cruzbit-leveldb
repositoryhttps://github.com/christian-smith/cruzbit-leveldb
max_upload_size
id1094222
size78,600
(christian-smith)

documentation

README

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

Commit count: 0

cargo fmt