Skip to main content

routes

Macro routes 

Source
routes!() { /* proc-macro */ }
Expand description

Expands the routes! DSL (verbs, resources!, namespace!, scope!) into an axum::Router. Merged in from the former doido-router crate.