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
8
9
//! Online rekey implementation split by durable concern.

pub(crate) mod intent;
pub(crate) mod keyring;
pub(crate) mod main;
pub(crate) mod recovery;
pub(crate) mod segments;

pub(crate) use keyring::EpochKeyring;