[TOOL_PROFILE]
cargo-watch
Run Cargo commands whenever project files change.
automation lang: rust
[USE_WHEN]ALLOW
- ✓ Re-run Rust checks or tests during active development
[AVOID_WHEN]BLOCK
- ✕ A single deterministic command is required for CI
[GUARDRAILS]MANDATORY
- ⚠ Stop watchers before running final validation commands.
[DETAILS]RAW_META
- Binary
- cargo-watch
- Effects
- execute_code, read_files, write_files
- Documentation
- https://github.com/watchexec/cargo-watch#readme
[SIMILAR_TOOLS]03