actflow 0.1.6

A lightweight, event-driven workflow engine written in Rust.
Documentation
1
2
3
4
mod action;
mod code_executor;

pub use action::CodeAction;