Open Issues Need Help
View All on GitHub Add support for toml config about 2 hours ago
AI Summary: This issue requests adding support for TOML configuration files to the project. It involves integrating a TOML parser and transforming the parsed configuration into a flattened key-value map, similar to `database.host`. The implementation should reference the recently added YAML/XML support for guidance on the integration pattern.
Complexity:
3/5
good first issue
C++ Config library for managing application configuration.
C++
#config#config-management#cpp#cpp20#json