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
16
17
pub use function::*;
pub use receiver::*;
pub use signature::*;
pub use with_fn_generics::*;
pub use with_functions::*;
pub use with_receiver::*;
pub use with_result::*;
pub use with_signature::*;

mod function;
mod receiver;
mod signature;
mod with_fn_generics;
mod with_functions;
mod with_receiver;
mod with_result;
mod with_signature;