serde-yaml
serde-yaml copied to clipboard
Support for serialization/deserialization of nested enums
It would be awesome to get support for nested enums. I'm currently working on a large project that would prefer to use yaml files for config values, but it relies heavily on nested enums for readability and condensing code.
https://github.com/dtolnay/serde-yaml/issues/363