cgp-handler 0.4.1

Generalized handler interfaces for functional programming
Documentation
1
2
3
4
5
6
7
#![no_std]

mod components;
mod providers;

pub use components::*;
pub use providers::*;