Description
Converts Cargo test JSON output into JUnit XML reports. Rust projects use it in continuous integration systems that understand JUnit-style test reports better than Cargo's native JSON stream.
Use it in CI pipelines or test automation for Rust projects. It does not run tests by itself; it transforms test output into a reporting format.