Skip to main content

Crate openapi_to_rust

Crate openapi_to_rust 

Source

Re-exports§

pub use analysis::SchemaAnalysis;
pub use analysis::SchemaAnalyzer;
pub use analysis::merge_schema_extensions;
pub use config::ConfigFile;
pub use error::GeneratorError;
pub use generator::CodeGenerator;
pub use generator::GeneratedFile;
pub use generator::GenerationResult;
pub use generator::GeneratorConfig;
pub use http_config::AuthConfig;
pub use http_config::HttpClientConfig;
pub use http_config::RetryConfig;
pub use http_error::HttpError;
pub use http_error::HttpResult;
pub use openapi::OpenApiSpec;
pub use openapi::Schema;
pub use openapi::SchemaType;

Modules§

analysis
cli
client_generator
HTTP client generation for OpenAPI specifications.
config
TOML configuration file support for OpenAPI code generation.
error
generator
http_config
Runtime HTTP client configuration types
http_error
HTTP client error types with comprehensive retry detection.
openapi
patterns
streaming
test_helpers

Type Aliases§

Result