thanix 1.1.0

A yaml-to-rust code generator for generating Rust code from yaml config files e.g. as found in openAPI.
1
2
3
4
5
6
7
8
9
10
// Your library code goes here.
#[macro_use]

extern crate serde;
extern crate reqwest;

pub mod util;
pub mod paths;
pub mod types;
pub mod version;