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

pub use derive::*;