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 db_file_header;
pub(crate) mod inverted_index_header;
pub(crate) mod shared;