pub fn stringify_map<K, V, H>(map: &HashMap<K, V, H>) -> Stringwhere K: AsRef<str>, V: AsRef<str>,
Make a decent-looking and readable string out of a string -> string map