Expand description
This crate make a series of enhancements for Axum
Modules
Conditionally dispatch requests to the inner service based on the result of a predicate.
Macros
Construct an ad-hoc error from a string or existing error value.
Structs
The error type contains a status code and a string message.
Traits
Easily convert std::result::Result to HttpResult
Type Definitions
convenient return type when writing axum handler.