4 releases
0.0.4 | Nov 30, 2023 |
---|---|
0.0.3 | Nov 30, 2023 |
0.0.2 | Sep 2, 2023 |
0.0.1 | Aug 20, 2023 |
#685 in Data structures
142 downloads per month
Used in 15 crates
(via product-os-connector)
55KB
358 lines
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.
cargo add product-os-openapi
or add Product OS : OpenAPI to your cargo.toml [packages]
section.
product-os-openapi = { version = "0.0.4", features = [], default-features = true, optional = false }
Features
Product OS OpenAPI provides a collection of Structs to define an OpenAPI / Swagger specification:
- Supports both v2 and v3 specifications
- Supports references
- Should be used in combination with the Product OS : Connector crate
// Feature samples TODO
Usage
// Examples TODO
Contributing
Contributions are not currently available but will be available on a public repository soon.
License
Dependencies
~21–320KB