Macro route_table

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

Macro for generating compile-time route tables