ctaggart / autorust_openapi

openapi schema serialization for rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

openapi schema serialization for rust

License:MIT License


Languages

Language:Rust 100.0%