Expand description
Transparent object persistence in the tradition of Ruby’s madeleine
gem.
In turn, that’s inspired by Java’s earlier Prevalayer.
Re-exports
pub use crate::command::Command;
pub use crate::madeleine::Madeleine;
pub use crate::madeleine_error::MadeleineError;
Modules
- Module containing types and logic for Command implementations.
- High-level public interface.
- Error type.