Structs§
- Body
Info - Diagnostics
- Collected codegen diagnostics, separated by severity.
- Operation
Info - All information about a single API operation needed by later codegen stages.
- Param
Info - Query
Serialization - How a query parameter is serialized on the wire, resolved from its
style,explode, and schema shape. Populated with defaults for non-query params. - Response
Info
Enums§
- Query
Style Kind - How a query parameter’s array (or object) value is delimited on the wire,
derived from the
OpenAPIstylekeyword forin: queryparameters. - Response
Status
Functions§
- collect_
operations - Collect all operations from the
OpenAPIdocument. - generate_
operation_ errors - Emit a
compile_error!token for each fatal operation diagnostic. - generate_
operation_ types - Generate query-param enum types + request structs + response enums for all operations.