roas-overlay 0.2.1

Rust implementation of the OpenAPI Overlay Specification v1.0 / v1.1 — parse, validate, and apply
Documentation
1
2
3
4
//! Version-agnostic helpers shared across overlay versions.

pub mod apply;
pub mod extensions;