/autorust_openapi

openapi schema serialization for rust

Primary LanguageRustMIT LicenseMIT

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