trisquel-icecat/icecat/third_party/rust/rkv/examples
2025-07-17 09:32:21 -06:00
..
iterator.rs icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
README.md icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
simple-store.rs icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00

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.