shunyadb 0.1.0

A correctness-first embedded storage engine written in Rust, built around WAL, immutable LSM pages, MVCC, and deterministic crash recovery.
Documentation
1
2
3
4
pub mod level;
pub mod compaction;
pub mod compaction_plan;
pub mod merge;