Expand description
A library for generating rust client sdks from OpenAPI specs.
Modules§
- client
- Client templates for our generated library.
- functions
- Utilities for generating rust functions from an OpenAPI spec.
- template
- Templates for our generated client libraries.
- types
- A library for converting OpenAPI schemas to Rust types.
Structs§
- Opts
- The options for our generator.
Functions§
- generate
- Generate the client library.
- load_
api - Parse a file as an OpenAPI spec.
- load_
json_ spec - Parse an OpenAPI v3 spec JSON string as an OpenAPI struct.
- load_
yaml_ spec - Parse an OpenAPI v3 spec YAML string as an OpenAPI struct.