acts 0.25.0

a fast, lightweight, extensiable workflow engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod consts;
mod convert;
mod id;
mod json;
mod lane;
pub mod time;

#[cfg(test)]
pub mod test;

pub use convert::*;
pub use id::*;
pub(crate) use lane::pid_lane;