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

Structs

A wrapper that causes the wrapped container to be serialized as a Vec collected from its iterated values.
Wrapper that represents Default values with "-", allowing them in contexts that cannot represent an empty value.
Wrapper type that replaces spaces with underscores when serializing.

Functions

True for characters that IDM counts as whitespace.
Try to convert a value of one type into a value of a different type that has the same IDM serialization.

Type Definitions