cargo-run 0.5.1

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.
Documentation
1
2
3
4
5
6
7
//! The cargo-script library.
//!
//! This module defines the main library components, including commands and the start logic.

pub mod commands;
pub mod start;
pub mod error;