oag-core 0.20.2

OpenAPI 3.2 parser, IR, and transforms for oag
Documentation
1
2
3
4
5
6
7
pub mod name_normalizer;
pub mod promote_inline;
pub mod schema_resolver;
pub mod spec_to_ir;
pub mod sse_detector;

pub use spec_to_ir::{TransformOptions, transform, transform_with_options};