pub type ConfigMap = BTreeMap<String, String>;Expand description
A minimal, flattened configuration map.
Keys are user-defined. If you want hierarchical keys, a common convention is section.key.
Aliased Typeยง
pub struct ConfigMap { /* private fields */ }