Module serde_yaml::with

source ·
Expand description

Customizations to use with Serde’s #[serde(with = …)] attribute.

Modules

Serialize/deserialize an enum using a YAML map containing one entry in which the key identifies the variant name.
Apply singleton_map to all enums contained within the data structure.