scientific-workflow 0.7.4

Configuration-driven scientific tasks, typed state, and durable recordings
Documentation
1
2
3
4
5
6
7
//! Validated Cartesian and correlated-case sweep plans.

mod parse;
mod plan;

pub(crate) use parse::parse_sweep;
pub(crate) use plan::SweepPlan;