1//! Various utilities used by the `zvariant` crate and others. 2 3pub mod case; 4pub mod macros; 5pub mod serialized; 6pub mod signature;