espr 0.4.0

EXPRESS Language compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! 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 format::rustfmt;
pub use schema::*;