code-gen 0.10.0

This library aids in code generation.
Documentation
1
2
3
4
5
6
7
8
9
pub use block::*;
pub use code_buffer::*;
pub use is_empty::*;
pub use with_name::*;

mod block;
mod code_buffer;
mod is_empty;
mod with_name;