Function split_to_hashmap

Source
pub fn split_to_hashmap(
    contents: &str,
    item_delim: &str,
    key_value_delim: &str,
) -> HashMap<String, String>