cargo-run 0.6.0

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.
Documentation
1
2
3
4
5
6
//! Output formats for cargo-run.
//!
//! Today: structured JSON. The intent is for this module to grow into a
//! pluggable formatter system (junit, sarif, lcov, …).

pub mod json;