mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-03 17:58:55 +02:00
|
…
|
||
|---|---|---|
| .. | ||
| iterator.rs | ||
| README.md | ||
| simple-store.rs | ||
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.