1 2 3 4 5 6 7 8 9 10
#[cfg(feature = "cbor")] mod cbor; #[cfg(feature = "json")] mod json; #[cfg(feature = "messagepack")] mod message_pack; #[cfg(feature = "xml")] mod xml; #[cfg(feature = "yaml")] mod yaml;