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 inverted_index_entry;
pub(crate) mod key_value;
pub(crate) mod shared;