jobflow 0.3.0

Executes jobs in order
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Special input and output types for jobs
//!
//! Input:
//!
//! Output:
//!  - [`Disjointed`] - used for splitting the output of a task to be used as the input of multiple tasks

pub mod disjoint;

#[doc(inline)]
pub use disjoint::Disjointed;