Description
Parses and writes TOML configuration files in C++ projects across several language standards. It helps applications read structured settings, project metadata, and user configuration without building a custom parser.
Configuration data still needs validation after parsing. Treat TOML from untrusted sources as input that can be wrong, huge, or intentionally misleading.