Modules§
Macros§
- binary_
request_ body - Creates a newtype for axum::body::Bytes with custom content type specified in the openapi spec.
- groom_
empty_ extractor - Implements an empty GroomExtractor to allow any type to be used as a handler argument without affecting OpenAPI definition.
- html_
format - Implements HtmlFormat interface for custom type.
Traits§
- DTO
- Indicates that type is annotated with
#[DTO(...)]
. - DTO_
Request - Indicates that type is annotated with
#[DTO(request)]
. - DTO_
Response - Indicates that type is annotated with
#[DTO(response(...))]
.