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