encode_string_map

Function encode_string_map 

Source
pub fn encode_string_map(m: &HashMap<String, String>) -> Vec<u8> 
Expand description

Encode a map of strings using null encoding, sorted by key. Format: key1=val1|key2=val2