Structs§
Enums§
Functions§
- categorize_
tool - global
- init_
all_ enabled - init_
from_ config - Initializes the global state from user config (env var > config.toml > default).
Call once during server startup after config is loaded.
If the global was already initialized (e.g. by a concurrent
global()call), applies the categories to the existing state instead. - is_
readonly_ tool