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
mod attributes;
mod component_name;
mod consumer_impl;
mod delegate_fn;
mod delegate_type;
mod derive;
mod preprocess;
mod provider_impl;
mod provider_trait;
mod signature_args;
mod use_context_impl;
mod use_delegate_impl;

pub use derive::*;
pub use preprocess::*;