tetsy_macros

Macro hash_map

Source
macro_rules! hash_map {
    () => { ... };
    ( $( $x:expr => $y:expr ),* ) => { ... };
}