1//! Detailed documentation for Müsli 2//! 3//! * [The data model of Müsli][data_model]. 4//! * [Deriving `Encode` and `Decode`][derives]. 5 6pub mod data_model; 7pub mod derives;