pagedb 0.1.0-beta.4

Encrypted, portable, embedded page store with B+ tree and segment-file surfaces.
Documentation
1
2
3
4
5
6
7
8
//! Recovery tests that drive the apply-journal directly. They live here rather
//! than in `tests/` because the journal record codec and its executor are
//! crate-internal: calling them out of order bypasses `Db::open`'s recovery
//! sequencing.
#![allow(clippy::pedantic)]

mod apply_journal_crash;
mod generated_journal_records;