Macro routes

Source
macro_rules! routes {
    ($router:expr, {
        $($method:ident $path:literal => $handler:expr),* $(,)?
    }) => { ... };
}
Expand description

Macro to simplify route registration