Open mfrench1989 opened 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.
https://github.com/dtolnay/serde-yaml/issues/363
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.