Expand description
zirv-config library
Provides an expandable configuration system where configuration is built up
from multiple subsystems (such as server, logging, etc.). The configuration
can be accessed as a whole or by specific keys using the read_config! macro.
Modules§
- config
- Module for managing configuration.
Macros§
- read_
config - Retrieves the configuration from the global store with optional type conversion.
- register_
config - Registers a configuration block under a given namespace.