openapi-codegen 0.1.0

Automatically generate rust HTTP clients from OpenAPI files.
Documentation
1
2
3
4
5
{{#if root}}#[macro_use]
extern crate serde_derive;{{/if}}

pub mod apis;
pub mod models;