product-os-openapi

Crates.ioproduct-os-openapi
lib.rsproduct-os-openapi
version0.0.4
sourcesrc
created_at2023-08-20 07:38:44.124078
updated_at2023-11-30 07:10:38.08355
descriptionProduct 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.
homepage
repository
max_upload_size
id949241
size54,334
Jeremy (eremyjay)

documentation

README

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

GNU AGPLv3

Commit count: 0

cargo fmt