1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
//! A project for generating HTTP clients from OpenAPI specifications

//!

//! # Examples

//!

//! ```

//! // tbi

//! ```


#![forbid(unsafe_code, rust_2018_idioms)]
#![deny(missing_debug_implementations, nonstandard_style)]
#![warn(missing_docs, future_incompatible, unreachable_pub)]