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