argoflows 0.1.1

Argoflows lets you seamlessly integrate and manage Argo Workflows directly from your Rust applications.
Documentation
1
2
3
4
5
6
7
8
mod error;
pub use self::error::*;

pub mod info;

pub mod workflow;

pub mod workflow_template;