Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.25 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.25 KB

autorust_openapi Software License

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.

Install

Add the following to your Cargo.toml file:

[dependencies]
autorust_openapi = { git = "https://github.com/ctaggart/autorust_openapi" }

Similar Crates