Skip to main content

crypto_database/
lib.rs

1//! crypto-database
2//!
3//! The verifiable v2/v3 distribution of NEDB: content-addressed Merkle DAG, AS OF time-travel, causal provenance, BLAKE2b tamper-evidence.
4//!
5//! Identical to `nedb-engine` today; this crate is the distribution seam where
6//! crypto-database-specific defaults will land (no flags) in a later release.
7pub use nedb_engine::*;