3 unstable releases
| 0.7.3 | Aug 28, 2025 |
|---|---|
| 0.7.0 | Aug 13, 2025 |
| 0.6.0 | Aug 9, 2025 |
#33 in #workflow-engine
169 downloads per month
Used in 12 crates
14KB
207 lines
wrkflw-models
Common data structures shared across crates.
ValidationResultfor structural/semantic checks- GitLab pipeline models (serde types)
Example
use wrkflw_models::ValidationResult;
let mut res = ValidationResult::new();
res.add_issue("missing jobs".into());
assert!(!res.is_valid);
Dependencies
~2.1–3.5MB
~69K SLoC