pagedb 0.1.0-beta.6

Encrypted, portable, embedded page store with B+ tree and segment-file surfaces.
Documentation
1
2
3
4
5
//! Catalog row codec tests. They live here rather than in `tests/` because the
//! row encoding and the rekey bookkeeping rows are crate-internal.
#![allow(clippy::pedantic)]

mod generated_rows;