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
Ident - A string that’s statically guaranteed to be valid for any
CodegenIdentUsage. - Codegen
Ident Ref - A string slice that’s guaranteed to be valid for any
CodegenIdentUsage. - Codegen
Ident Scope - A scope for generating unique, valid Rust identifiers.
- 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
Enums§
Functions§
- 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