apple-bloom 0.1.8

Rust bindings for openapi schemas
Documentation
1
2
3
4
5
6
7
8
9
//! Support for OpenApi version 2.0 specification.
//!
//! See the
//! [specification](https://github.com/OAI/OpenAPI-Specification/blob/aa91a19c43f8a12c02efa42d64794e396473f3b1/versions/2.0.md)
//! for more information.

mod schema;

pub use crate::v2::schema::*;