A powerful, fast, and developer-friendly CLI tool for managing project scripts in Rust. Think npm scripts, make, or just — but built specifically for the Rust ecosystem.
//! The cargo-script library.
//!//! This module defines the main library components, including commands and the start logic.
pubmodcommands;pubmodstart;pubmoderror;