pagedb 0.1.0-beta.4

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

mod identity;

#[cfg(not(target_arch = "wasm32"))]
pub(crate) use identity::journal_id;
pub(crate) use identity::{database_identity, segment_id, spill_epoch};