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 record;
pub mod wal;
pub mod page;
pub mod memtable;