wrkflw-parser 0.7.3

Workflow parsing functionality for wrkflw execution engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
## wrkflw-parser

Parsers and schema helpers for GitHub/GitLab workflow files.

- GitHub Actions workflow parsing and JSON Schema validation
- GitLab CI parsing helpers

### Example

```rust
// High-level crates (`wrkflw` and `wrkflw-executor`) wrap parser usage.
// Use those unless you are extending parsing behavior directly.
```