pagedb 0.1.0-beta.6

Encrypted, portable, embedded page store with B+ tree and segment-file surfaces.
Documentation
1
2
3
4
5
6
//! Snapshot export/restore tests. They live here rather than in `tests/`
//! because the manifest codec and the delta-page applier are crate-internal.
#![allow(clippy::pedantic)]

mod basic;
mod generated_artifacts;