cargo-run 0.6.0

A powerful, fast, and developer-friendly CLI tool for managing project scripts in Rust. Workspace-aware, cargo-script ready, with hooks, parallel execution, watch mode, and CI/CD templates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# cargo-run examples


Each subdirectory is a self-contained, runnable example showcasing one
feature of cargo-run. From the root of any subdirectory, run:

```bash
cargo script <task>
```

| Directory                    | Demonstrates                                  |
| ---------------------------- | --------------------------------------------- |
| `workspace/`                 | Multi-crate workspace, parallel test runs     |
| `cargo-scripts/`             | `.rs` script files declared in `Scripts.toml` |
| `ci-cd/`                     | Templates and machine-readable JSON output    |
| `advanced/`                  | Hooks, parameters, watch mode                 |

These examples are intentionally tiny so they read in one screenful.