Crate groom

Source

Modules§

content_negotiation
extract
response

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(...))].