Skip to content
forked from zshipko/rust-kv

An embedded key/value store for Rust

License

Notifications You must be signed in to change notification settings

holochain/rust-kv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kv

An embedded key/value store for Rust built on LMDB

  • Easy configuration
  • Integer keys
  • Serde integration (see the Encoding trait)

Optional features

  • cbor-value
    • CBOR value encoding using serde
  • msgpack-value
    • MessagePack encoding using serde
  • json-value
    • JSON value encoding using serde
  • bincode-value
    • bincode value encoding using serde

Some examples of implementing your own encodings using serde can be found here

Documentation

See https://docs.rs/kv

About

An embedded key/value store for Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%