Function stringify_map

Source
pub fn stringify_map<K, V, H>(map: &HashMap<K, V, H>) -> String
where K: AsRef<str>, V: AsRef<str>,
Expand description

Make a decent-looking and readable string out of a string -> string map