Skip to main content

parse

Function parse 

Source
pub fn parse(content: &str) -> BTreeMap<String, String>
Expand description

Parse KEY=value / KEY=“value” lines into an ordered map.