//! Encrypted record-oriented database
//!
//! **Experimental:** please note that this database was writted for
//! [irdest](https://git.irde.st/we/irdest). There will be data
//! retention bugs, and you shouldn't use Alexandria unless you're
//! okay with losing the data you're storing!
//!
//! A multi-payload, zone-encrypting, journaled persistence module,
//! built with low-overhead applications in mind.
//!
//! ## Features
//!
//! * Easy to use database interface
//! * Transactional diff operations
//! * Dynamic queries
pub
pub
pub
pub
pub
pub
pub
pub
pub use crate;