Skip to main content

Crate openapi_nexus_parser

Crate openapi_nexus_parser 

Source
Expand description

OpenAPI specification parser

This crate provides parsing functionality for OpenAPI specifications, with a focus on YAML parsing and thorough error checking.

Re-exports§

pub use error::ParseError;
pub use parser::parse_content_json;
pub use parser::parse_content_yaml;
pub use parser::parse_file;
pub use serde_error::SerdeErrorExtractor;

Modules§

error
Parse errors for OpenAPI files
parser
OpenAPI specification parser
serde_error
Serde error extraction utilities