pagedb 0.1.0-beta.1

Encrypted, portable, embedded page store with B+ tree and segment-file surfaces.
Documentation
1
2
3
4
5
//! Cryptographically secure generation of persistent identities and salts.

mod identity;

pub(crate) use identity::{database_identity, journal_id, segment_id};