Module axum_extra::routing

source ·
Expand description

Additional types for defining routes.

Structs

A resource which defines a set of conventional CRUD routes.
Router for single page applications.

Traits

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.