Releases: dlang-community/configy
Releases · dlang-community/configy
v1.0.0: Initial release of Configy
Config: Simple, efficient YAML -> struct converter
Configy is designed to read a YAML file (or string) according to a struct
definition and fill it accordingly.
It supports default value, complex structure, and provides good user-facing messages.
From v1.30.0, it will be the default library used while parsing dub.json
files.