aeternusdb 1.0.0

An embeddable, persistent key-value store built on an LSM-tree architecture.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod helpers;
mod tests_basic;
mod tests_corruption;
mod tests_edge_cases;
mod tests_rotation;
mod tests_truncation;

// Priority 2 — robustness tests
mod tests_rotation_edge;

// Priority 4 — coverage
mod tests_coverage;