pub fn hashmap_display<K, V>(data: &HashMap<K, V>, label: &str)where K: Display + Ord + Hash, V: Display,