Skip to main content

static_map

Macro static_map 

Source
macro_rules! static_map {
    ($( $key:expr_2021 => $val:expr_2021 ),*) => { ... };
}
Expand description

A flexary macro for constructing HashMap<&'static str, &'static str> maps