acts 0.25.0

a fast, lightweight, extensiable workflow engine
Documentation
1
2
3
4
5
6
7
8
#[allow(clippy::module_inception)]
mod cache;
mod store;
#[cfg(test)]
mod tests;
mod writer;

pub use cache::Cache;