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.
- Applysingleton_mapto all enums contained within the data structure.