serde-yaml icon indicating copy to clipboard operation
serde-yaml copied to clipboard

Support for serialization/deserialization of nested enums

Open mfrench1989 opened this issue 1 year ago • 1 comments

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.

mfrench1989 avatar Jan 04 '24 18:01 mfrench1989

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

max-sixty avatar Feb 09 '24 02:02 max-sixty