Crate axum_macros
source ·Expand description
Macros for axum.
Attribute Macros
- Generates better error messages when applied handler functions.
Derive Macros
- Derive an implementation of
FromReffor each field in a struct. - Derive an implementation of
FromRequest. - Derive an implementation of
FromRequestParts. - Derive an implementation of
axum_extra::routing::TypedPath.