master json
We use serde_json to automate reading from json file to a rust struct, this is documented here :
available section types
The list of valid sections is built at compile time, it is read with serde json from this file : others/texfiles/sections.json
To modify the available section types, just change the file and rebuild.