openapi-nexus 0.2.0

OpenAPI 3.x multi-language code generator
Documentation
1
2
3
4
5
6
7
//! OpenAPI 3.2.x specification types and parsing.
//!
//! See <https://spec.openapis.org/oas/v3.2.0>.

pub mod spec;

pub use spec::OpenApiV32Spec;