1
2
3
4
5
6
7
8
9
10
11
12
//! Generate Rust code using proc-macro utility crates

mod entity;
mod format;
mod schema;
mod simple_type;
mod type_decl;
mod type_ref;

pub use entity::*;
pub use format::rustfmt;
pub use schema::*;