Crate idm

Source

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§

de
ser

Structs§

AsVec
A wrapper that causes the wrapped container to be serialized as a Vec collected from its iterated values.
DefaultDash
Wrapper that represents Default values with "-", allowing them in contexts that cannot represent an empty value.
Error
UnderlineSpaces
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.

Type Aliases§

Result