cargowatch-runner 0.1.0

Managed Rust command execution and Cargo JSON parsing for CargoWatch.
Documentation
1
2
3
4
5
6
7
# cargowatch-runner

Managed Rust command execution and Cargo JSON parsing for CargoWatch.

This crate launches Rust-related commands, streams stdout and stderr, parses Cargo compiler messages when available, and reports structured session events.

Project repository: <https://github.com/dunamismax/cargowatch>