pagedb 0.1.0-beta.1

Encrypted, portable, embedded page store with B+ tree and segment-file surfaces.
Documentation
1
2
3
4
5
6
7
//! On-wire page envelopes: Format A (Data Page), Format B (Structural
//! Header), Format C (Segment Footer).

pub mod data_page;
pub mod page_kind;
pub mod segment_footer;
pub mod structural_header;