cgp-component 0.7.0

Core CGP traits and types used for implementing the CGP component system
Documentation
1
2
3
4
5
6
7
mod can_use_component;
mod delegate_component;
mod is_provider;

pub use can_use_component::*;
pub use delegate_component::DelegateComponent;
pub use is_provider::*;