code-gen 0.10.0

This library aids in code generation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub use r#enum::*;
pub use impl_block::*;
pub use r#struct::*;
pub use r#trait::*;
pub use type_dec::*;
pub use with_derives::*;
pub use with_type_decs::*;

mod r#enum;
mod impl_block;
mod r#struct;
mod r#trait;
mod type_dec;
mod with_derives;
mod with_type_decs;