pub fn nested_get<'a, V>( map: &'a HashMap<String, HashMap<String, V>>, keys: &[String], ) -> Option<&'a V>
Get a value from a nested dictionary-like structure