binstore 0.2.0

A simple key-value store written in Rust. Uses its own compact file format.
Documentation
1
2
3
4
5
pub mod bucket;
pub mod error;
pub mod prelude;
pub mod custom_logger;
pub mod db;