thanix 0.1.0-beta.1

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
// Your library code goes here.
#[macro_use]

extern crate serde;
extern crate reqwest;

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