openapi-nexus 0.1.4

OpenAPI 3.x multi-language code generator
Documentation
1
2
3
4
5
6
7
//! OpenAPI 3.0.x specification.
//!
//! Types for parsing and navigating OpenAPI 3.0.4 documents.

pub mod spec;

pub use spec::OpenApiV30Spec;