Crate progenitor_impl

Source
Expand description

Core implementation for the progenitor OpenAPI client generator.

Structs§

GenerationSettings
Settings for Generator.
Generator
OpenAPI generator.
TypePatch
Contains a set of modifications that may be applied to an existing type.

Enums§

CrateVers
Specify the version for a named crate to consider for type use (rather than generating types) in the presense of a schema extension.
Error
InterfaceStyle
Style of generated client.
TagStyle
Style for using the OpenAPI tags when generating names in the client.
TypeImpl
UnknownPolicy
Policy to apply to external types described by schema extensions whose crates are not explicitly specified.

Functions§

space_out_items
Add newlines after end-braces at <= two levels of indentation.
validate_openapi
Do some very basic checks of the OpenAPI documents.

Type Aliases§

Result