cargowatch-detector 0.1.0

Best-effort detection of active Rust toolchain processes for CargoWatch.
Documentation
1
2
3
4
5
6
7
# cargowatch-detector

Best-effort detection of active Rust toolchain processes for CargoWatch.

This crate classifies `cargo`, `rustc`, `clippy-driver`, and `rustdoc` processes, infers workspace roots when possible, and emits summary-oriented detection events.

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