macro_rules! map {
    ($($key:literal -> $value:literal),* $(,)?) => { ... };
}