pub static LIB_CFG: LazyLock<RwLock<LibCfg>>
Expand description
Global variable containing the filename and template related configuration
data. This can be changed by the consumer of this library. Once the
initialization done, this should remain static.
For session configuration see: settings::SETTINGS
.