Crate zirv_config

Crate zirv_config 

Source
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.