pub type HkConfig = HashMap<String, HkValue>;Expand description
Represents the structure of a .hk file. Sections are top-level keys in the outer HashMap. Values can be simple strings or nested HashMaps for subsections.
Aliased Typeยง
pub struct HkConfig { /* private fields */ }