Description
Implements bidirectional TOML serialization in Haskell. Bidirectional serialization means the same definitions can describe how values are read from TOML and written back to TOML.
It is useful for configuration files, project metadata, developer tools, and applications that need editable text configuration. Developers should validate defaults and error messages so configuration mistakes are easy to fix.