pub fn longest(m: &HashMap<&str, &str>) -> usize
Find longest keyname in hashmap of <&str, &str>
hashmap
<&str, &str>