mace-kv 0.0.29

A fast, cross-platform embedded key-value storage engine with ACID, MVCC, and flash-optimized storage
Documentation
1
2
3
pub(crate) mod tree;
pub use tree::{Iter, ValRef};
pub(crate) mod txn;