Skip to main content

Crate openapi_nexus_common

Crate openapi_nexus_common 

Source
Expand description

Common types for OpenAPI code generation

This crate provides shared types used across the OpenAPI generator workspace, particularly for error handling and source location tracking.

Re-exports§

pub use generator::GeneratorType;
pub use language::Language;
pub use location::SourceLocation;
pub use warning::ParseWarning;

Modules§

generator
Supported generator frameworks for code generation
language
Supported languages for code generation
location
Source location information for error reporting
warning
Parse warning for non-fatal issues