pub fn parse(content: &str) -> BTreeMap<String, String>
Parse KEY=value / KEY=“value” lines into an ordered map.