Module utoipa_types
Source - openapi
- Rust implementation of Openapi Spec V3.
- IntoParams
- Trait used to convert implementing type to OpenAPI parameters.
- Modify
- Trait that allows OpenApi modification at runtime.
- OpenApi
- Trait for implementing OpenAPI specification in Rust.
- ToSchema
- Trait for implementing OpenAPI Schema object.
- IntoParams
- Generate path parameters from struct’s
fields.
- OpenApi
- Generate OpenApi base object with defaults from
project settings.
- ToSchema
- Generate reusable OpenAPI schema to be used
together with
OpenApi.