Product OS : OpenAPI

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.

What is Product OS?

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.

Installation

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 }

Features

Product OS OpenAPI provides a collection of Structs to define an OpenAPI / Swagger specification:

rust // Feature samples TODO

Usage

rust // Examples TODO

Contributing

Contributions are not currently available but will be available on a public repository soon.

License

GNU AGPLv3