Skip to content

Files

Latest commit

 

History

History

openapi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 Specification 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