Skip to main content

HkConfig

Type Alias HkConfig 

Source
pub type HkConfig = IndexMap<String, HkValue>;
Expand description

Represents the structure of a .hk file. Sections are top-level keys in the outer IndexMap to preserve order.

Aliased Typeยง

pub struct HkConfig { /* private fields */ }