pub fn map_with_names(entries: &[ConfigEntry]) -> HashMap<String, ConfigEntry>Expand description
Converts a list of config entries to a hashmap with name -> entry.
pub fn map_with_names(entries: &[ConfigEntry]) -> HashMap<String, ConfigEntry>Converts a list of config entries to a hashmap with name -> entry.