pub fn read_stdin_kv() -> BTreeMap<String, String>
Parse stdin key=value lines into a flat map. Skips blank lines and # comments.
key=value
#