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 derive;
mod implicit_args;
mod provider_bounds;
mod provider_impl;
mod spec;
mod transform;
mod use_provider;

pub use derive::*;
pub use provider_bounds::*;
pub use provider_impl::*;
pub use spec::*;
pub use transform::*;
pub use use_provider::*;