pub fn append_insert( key: &str, value: String, map: &mut HashMap<String, Vec<String>>)
Insert key into map with initial value element or append to existing value