Searched refs:string_to_hashmap (Results 1 – 2 of 2) sorted by relevance
28 use crate::utils::{build_vec, split_string, string_to_hashmap};131 extras: string_to_hashmap(&mut c_struct.extras.to_string()), in from_c_struct()318 headers: string_to_hashmap(&mut c_struct.headers.to_string()), in from_c_struct()321 extras: string_to_hashmap(&mut c_struct.extras.to_string()), in from_c_struct()
78 pub(crate) fn string_to_hashmap(str: &mut str) -> HashMap<String, String> { in string_to_hashmap() function