Structs§
- Cargo
Metadata - Cargo metadata of any type.
- Codegen
Cargo Manifest - Codegen
Client Module - Generates the
client/mod.rssource file. - Codegen
Error Module - Codegen
Graph - Decorates an
IrGraphwith Rust-specific information. - Codegen
Library - Codegen
Method - Codegen
Operation - Generates a single client method for an API operation.
- Codegen
Resource - Generates a feature-gated
impl Clientblock for a resource, with all its operations. - Codegen
Schema Type - Generates a module for a named schema type.
- Codegen
Struct Field Name - Codegen
Type Path Segment - Codegen
Types Module - Generates the
types/mod.rsmodule. - Codegen
Untagged Variant Name - Schema
Ident - A name for a schema type that’s guaranteed to be unique through different identifier case transformations.
Enums§
Functions§
- clean
- doc_
attrs - Generates one or more
#[doc]attributes for a schema description, wrapping at 80 characters for readability. - write_
client_ to_ disk - write_
types_ to_ disk