pub fn parse_base24(reader: impl Read) -> Result<RawSlots>Expand description
Parse the flat key: "value" YAML subset used by Base16/24 scheme files.
- Blank lines and lines starting with
#are skipped. - Inline comments outside of quoted strings are stripped.
- Surrounding quotes (single or double) are removed from values.
- Keys are lowercased for case-insensitive lookup.