A powerful, fast, and developer-friendly CLI tool for managing project scripts in Rust. Workspace-aware, cargo-script ready, with hooks, parallel execution, watch mode, and CI/CD templates.
//! Output formats for cargo-run.
//!//! Today: structured JSON. The intent is for this module to grow into a
//! pluggable formatter system (junit, sarif, lcov, …).
pubmodjson;