Skip to content

christian-smith/cruzbit-leveldb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%