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 language::Language;
pub use location::SourceLocation;
pub use warning::ParseWarning;

Modules§

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