cgp-macro-lib 0.7.0

Context-generic programming core component macros implemented as a library.
Documentation
1
2
3
4
5
6
7
8
9
mod replace_self_receiver;
mod replace_self_type;
mod replace_self_var;
mod snake_case;

pub use replace_self_receiver::*;
pub use replace_self_type::*;
pub use replace_self_var::*;
pub use snake_case::*;