actflow 0.1.6

A lightweight, event-driven workflow engine written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
mod action;

/// Generated protobuf code for agent service
#[allow(dead_code)]
mod pb {
    tonic::include_proto!("agent");
}

pub use action::AgentAction;