Skip to main content

Crate oxapi_impl

Crate oxapi_impl 

Source
Expand description

Core implementation for the oxapi OpenAPI server stub generator.

Structs§

Generator
Main generator that coordinates all the pieces.
MethodTransformer
Transforms user-defined trait methods based on OpenAPI operations.
Operation
A parsed OpenAPI operation.
OperationParam
A parsed operation parameter.
ParsedSpec
Parsed OpenAPI specification.
ResponseGenerator
Generator for response enums.
RouterGenerator
Generator for axum router code.
TypeGenerator
Type generator that wraps typify’s TypeSpace.

Enums§

Error
HttpMethod
HTTP methods supported by OpenAPI.
ParamLocation
Location of a parameter.

Type Aliases§

Result