rs-flow 0.5.0

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

pub mod serde;

pub use package::Package;
pub use error::PackageError;