Module routing

Source
Expand description

Additional types for defining routes.

Structs§

Resource
A resource which defines a set of conventional CRUD routes.
WithQueryParamstyped-routing
A TypedPath with query params.

Traits§

RouterExt
Extension trait that adds additional methods to Router.
SecondElementIstyped-routing
Utility trait used with RouterExt to ensure the second element of a tuple type is a given type.
TypedPathtyped-routing
A type safe path.

Derive Macros§

TypedPathtyped-routing
Derive an implementation of axum_extra::routing::TypedPath.