Skip to main content

read_stdin_kv

Function read_stdin_kv 

Source
pub fn read_stdin_kv() -> BTreeMap<String, String>
Expand description

Parse stdin key=value lines into a flat map. Skips blank lines and # comments.