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
7
//! Reserved B+ tree table for segment metadata and per-realm quotas. Rows
//! are partitioned by a leading row-kind byte: 0x00 = quota row, 0x01 =
//! segment row.

pub(crate) mod codec;
#[cfg(test)]
mod tests;