map_with_names

Function map_with_names 

Source
pub fn map_with_names(entries: &[ConfigEntry]) -> HashMap<String, ConfigEntry>
Expand description

Converts a list of config entries to a hashmap with name -> entry.