dharmadb 0.1.1

Persistent, fault tolerant key-value store written in Rust.
Documentation
1
2
3
4
5
6
7
8
pub mod dharma;
pub mod errors;
pub mod options;
pub mod traits;

pub mod persistence;
mod sparse_index;
pub mod storage;