argoflows 0.1.1

Argoflows lets you seamlessly integrate and manage Argo Workflows directly from your Rust applications.
Documentation
mod backoff;
pub use self::backoff::Backoff;

mod metadata;
pub use self::metadata::Metadata;

mod retry;
pub use self::retry::*;

mod types;
pub use self::types::*;

pub mod artifact;

pub mod http;

pub mod info;

pub mod metrics;

pub mod sync;

pub mod template;

pub mod workflow;

pub mod workflow_template;