cgp-macro-lib 0.6.1

Context-generic programming core component macros implemented as a library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod derive_enum;
mod derive_struct;
mod from_fields_enum;
mod from_fields_struct;
mod product;
mod sum;
mod to_fields_enum;
mod to_fields_ref_enum;
mod to_fields_ref_struct;
mod to_fields_struct;

pub use derive_enum::*;
pub use derive_struct::*;