scientific-workflow 0.9.0

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::{ParsedScope, parse_scope};
pub(crate) use plan::SweepPlan;