kvlite
A key-value store backed by your local file system. Mostly a toy project to learn Rust.
Usage
First, add this to your Cargo.toml:
[]
= "0.1.1"
Next, add this to your crate:
extern crate kvlite;
use Store;
Now you're ready to use kvlite!