//! Transparent object persistence in the tradition of Ruby's [`madeleine` gem](https://github.com/ghostganz/madeleine).
//! In turn, that's inspired by Java's earlier [Prevalayer](https://prevayler.org/).
/// Module containing types and logic for Command implementations.
/// High-level public interface.
/// Error type.
pub use crate Command;
pub use crate Madeleine;
pub use crate MadeleineError;