Rust crate for deserializing OpenAPI documents as needed by autorust, an AutoRest extension. The goal is to be able to deserialize all of the documents found in Azure/azure-rest-api-specs/specification. They follow OpenAPI Specfication Version 2.0 and use several extensions.
Add the following to your Cargo.toml
file:
[dependencies]
autorust_openapi = { git = "https://github.com/ctaggart/autorust_openapi" }
- This is a fork of the openapi crate, maintained at softprops/openapi. It was created by Doug Tangren (softprops) in 2017.
- The openapiv3 crate was created by Glade Miller in 2019 and is maintained at glademiller/openapiv3.