dtolnay / serde-yaml

Strongly typed YAML library for Rust
Apache License 2.0
965 stars 164 forks source link

Support for serialization/deserialization of nested enums #405

Open mfrench1989 opened 10 months ago

mfrench1989 commented 10 months ago

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.

max-sixty commented 9 months ago

https://github.com/dtolnay/serde-yaml/issues/363