gecko-dev/third_party/rust/rkv/examples
Nan Jiang 719f34cee5 Bug 1522638 - Add bulk insert to kvstore r=myk,mossop,nika
This adds the bulk insert to kvstore as discussed in Bug 1522638

Differential Revision: https://phabricator.services.mozilla.com/D22032

--HG--
extra : moz-landing-system : lando
2019-03-27 14:16:59 +00:00
..
iterator.rs
README.md
simple-store.rs Bug 1522638 - Add bulk insert to kvstore r=myk,mossop,nika 2019-03-27 14:16:59 +00: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.