pub type RawSlots = HashMap<String, String>;Expand description
A parsed base24 scheme file represented as a flat key→value map.
Keys are lowercased. Values are raw strings (may be quoted in the source).
Aliased Type§
pub struct RawSlots { /* private fields */ }