Description
Adds a header-only C++17 library for parsing and serializing TOML configuration files. It helps developers embed TOML support without linking an additional compiled library.
Parsed configuration is only syntax-checked. Validate expected keys, ranges, and paths before using TOML values to control application behavior.