Module irx_config::config

source ·
Expand description

This module define main configuration structures: Config and ConfigBuilder.

Structs

  • Container for all parser sources which will (re)load data from a parsers in order in which they was added to ConfigBuilder. It will provide access to merged set of (re)loaded configuration parameters.
  • The builder for Config structure.