Crate madeleine

Source
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§

command
Module containing types and logic for Command implementations.
madeleine
High-level public interface.
madeleine_error
Error type.