acts 0.25.0

a fast, lightweight, extensiable workflow engine
Documentation
1
2
3
4
5
6
7
8
9
pub mod actions;
mod channel;
mod executor;

#[cfg(test)]
mod tests;

pub use channel::{Channel, ChannelOptions};
pub use executor::Executor;