scdb 0.2.1

A very simple and fast key-value store but persisting data to disk, with a 'localStorage-like' API.
Documentation
1
2
3
pub(crate) mod headers;
pub(crate) mod index;
pub(crate) mod values;