macro_rules! hashmap {
    ($( $key: expr => $value: expr, )+) => { ... };
    ($( $key: expr => $value: expr ),*) => { ... };
}