Skip to content

Releases: dlang-community/configy

v1.0.0: Initial release of Configy

06 Sep 22:12
Compare
Choose a tag to compare

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.