rs-flow 0.5.0

Create flows to execute based in components created and yours connections
Documentation
1
2
3
4
5
6
7
pub mod log;
pub mod message;

#[derive(Debug)]
pub struct MyGlobal {
    pub count: i32,
}