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
6
7
8
pub mod builder;
pub mod header;
pub mod reader;
pub mod lookup;
pub mod io;

#[cfg(test)]
mod tests;