зеркало из https://github.com/mozilla/gecko-dev.git
12 строки
294 B
Markdown
12 строки
294 B
Markdown
|
## Examples of how to use rkv
|
||
|
|
||
|
All examples can be executed with:
|
||
|
|
||
|
```
|
||
|
cargo run --example $name
|
||
|
```
|
||
|
|
||
|
* [`simple-store`](simple-store.rs) - a simple key/value store that showcases the basic usage of rkv.
|
||
|
|
||
|
* [`iterator`](iterator.rs) - a demo that showcases the basic usage of iterators in rkv.
|