Expand description
Core orchestration for OpenAPI code generation
Re-exports§
pub use generator_registry::GeneratorRegistry;pub use naming_convention::NamingConvention;pub use openapi_code_generator::OpenApiCodeGenerator;
Modules§
- data
- Data structures for template generation
- error
- Error types for the core orchestration
- generator
- Generator configuration and management
- generator_
registry - Generator registry for managing language-specific code generators
- naming_
convention - File naming conventions for code generation
- openapi_
code_ generator - Main code generation orchestrator
- serde
- Custom serde serialization/deserialization helpers
- traits
- Core traits for language generators