cargowatch 0.1.0

CLI/TUI application crate for monitoring Rust builds in managed and detected modes.
1
2
3
4
5
6
7
8
9
10
# cargowatch

`cargowatch` is the binary crate for the `cargowatch` CLI/TUI that monitors Rust builds in two honest modes.

- Managed mode launches the command itself and captures logs, diagnostics, and artifacts.
- Detect mode scans for already-running Rust toolchain processes and reports best-effort summaries.

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

For architecture, usage examples, and workspace-level documentation, see the main repository README.