Crate axum_distributed_routing

Source

Re-exports§

pub use inventory;

Macros§

create_router
Creates a router from the provided group
route
Creates a route and add it to the group
route_group
Define a route group
routes
Returns an iterator over the routes of the provided group

Traits§

Route
A trait for defining a route. All routes must implement this trait