ProtixIT / dataclass-binder

Python library to bind TOML data to dataclasses in a type-safe way
MIT License
13 stars 2 forks source link

Support enumerations #29

Open mthuurne opened 1 year ago

mthuurne commented 1 year ago

Enumerations provide additional type safety over strings, by limiting the values to a particular set.