aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
Commit message (Collapse)AuthorAgeFilesLines
* refactor: implement data-driven config parsing using `offsetof`verdant2026-05-201-2/+19
| | | | | Replace the bloated, hardcoded if-else chains in parse_config with a static lookup table based on offsetof
* Format and split codeverdant2026-05-191-15/+17
|
* Update versionVerdant2026-05-171-3/+3
|
* modify versionVerdant2026-05-171-1/+1
|
* Add config parser and routeverdant2026-05-171-0/+36