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
5
pub mod engine;
pub mod seqno;
pub mod reader;
pub mod writer;
pub mod recovery;