|
group2 0.1.0
CSE 125 Group 2
|
Developer-mode configuration loaded from config.toml. More...
Go to the source code of this file.
Classes | |
| struct | DeveloperConfig |
| Developer-only runtime toggles shared by client and server. More... | |
Functions | |
| DeveloperConfig | loadDeveloperConfig (const char *path) |
| Load developer config from a TOML file. | |
Developer-mode configuration loaded from config.toml.
|
nodiscard |
Load developer config from a TOML file.
Missing files, missing keys, and parse errors fall back to defaults.
| path | Path to config.toml. |