cgp-component-macro-lib 0.3.0

Context-generic programming core component macros implemented as a library.
Documentation
1
2
3
4
5
6
7
8
pub mod ast;
pub mod define_struct;
pub mod delegate;
pub mod delegates_to;
pub mod impl_delegate;
pub mod merge_generics;

pub use delegate::delegate_components;