mod_template_macros 0.3.0

Creating macros that define modules from template modules
Documentation
1
2
3
4
5
6
7
8
9
mod __monomorphize_mod;
mod construct;
mod define;
mod extend_parameter_list;

pub use __monomorphize_mod::__monomorphize_mod;
pub use construct::construct;
pub use define::define;
pub use extend_parameter_list::extend_parameter_list;