Product OS : OpenAPI provides a set of structs for defining the structure of an OpenAPI / Swagger specification. This crate is intended to be used with Product OS : Connector.
Product OS is a collection of packages that provide different tools and features that can work together to build products more easily for the Rust ecosystem.
Use the Rust crate package manager cargo to install Product OS : OpenAPI.
bash
cargo install product-os-openapi
or add Product OS : OpenAPI to your cargo.toml [packages]
section.
rust
product-os-openapi = { version = "0.0.1", features = [], default-features = true, optional = false }
Product OS OpenAPI provides a collection of Structs to define an OpenAPI / Swagger specification:
rust
// Feature samples TODO
rust
// Examples TODO
Contributions are not currently available but will be available on a public repository soon.