Simple derive macro for your custom Error enum to generate quickly its status code and message
Macros for axum-error-object. Not intended to be used directly.
A macro implementation for AxumErrorHandler
Derive macros for Axtra
Proc macro to derive IntoResponse for errors for use with axum
A macro that allows creating axum rejections easily
A Rust procedural macro for custom error handling in web applications, enabling the association of specific HTTP status codes with error types.
Procedural macro for associating error enums with HTTP codes.
A simple error handler for axum
Procedural macros for axum_responses
Axum extractors for the scrutiny validation library — Valid<T>, ValidQuery<T>, ValidForm<T> with customizable error responses
A powerful and flexible Rust library based on procedural macros for validation, modification, and DTO (Data Transfer Object) handling. Designed to integrate seamlessly with Axum. Inspired by Validator, Validify and Garde.