ProtixIT / dataclass-binder

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

Implement a better cache mechanism #20

Closed mthuurne closed 1 year ago

mthuurne commented 1 year ago

The previous mechanism was pretty complicated (using a metaclass) and didn't actually cache what was important: the collected field types.