A simple, humane, typed key-value storage solution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rkv/examples
Kagami Sascha Rosylight 0f3e934f77
Follow the default behavior of rustfmt (#224)
2 years ago
..
README.md add an example for iterators 6 years ago
iterator.rs Follow the default behavior of rustfmt (#224) 2 years ago
simple-store.rs Follow the default behavior of rustfmt (#224) 2 years ago

README.md

Examples of how to use rkv

All examples can be executed with:

cargo run --example $name
  • simple-store - a simple key/value store that showcases the basic usage of rkv.

  • iterator - a demo that showcases the basic usage of iterators in rkv.