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
10
11
12
13
14
15
16
17
mod blanket;
mod constraint;
mod getter_field;
mod method;
mod parse;
mod use_field;
mod use_fields;
mod with_provider;

pub use blanket::*;
pub use constraint::*;
pub use getter_field::*;
pub use method::*;
pub use parse::*;
pub use use_field::*;
pub use use_fields::*;
pub use with_provider::*;