Re-exports§
pub use de::from_reader;pub use de::from_str;pub use de::Deserializer;pub use ser::to_string;pub use ser::to_string_styled;pub use ser::to_string_styled_like;pub use ser::Serializer;
Modules§
Structs§
- AsVec
- A wrapper that causes the wrapped container to be serialized as a
Veccollected from its iterated values. - Default
Dash - Wrapper that represents
Defaultvalues with"-", allowing them in contexts that cannot represent an empty value. - Error
- Underline
Spaces - Wrapper type that replaces spaces with underscores when serializing.
Functions§
- is_
whitespace - True for characters that IDM counts as whitespace.
- transmute
- Try to convert a value of one type into a value of a different type that has the same IDM serialization.