Macro hash_map_string

Source
macro_rules! hash_map_string {
    ($( $key: expr => $val: expr ),*) => { ... };
}