Modules§
- config
- Structs for config files, all impl ConfigTrait, config files are stored in
~./config
- global
- Structs , traits and functions for the entire app
- items
- items to be rendered, impls FrameworkItem
Functions§
- exit
- function to run when the app ends
- init
- app to run before the app starts
- load_
configs - reload all config files
- run
- the main event loop of the program