cargo-execute

Crates.iocargo-execute
lib.rscargo-execute
version0.1.2
created_at2025-06-27 21:14:00.90443+00
updated_at2025-06-27 21:23:10.994641+00
descriptionA Cargo subcommand to execute a command in the context of a Cargo project.
homepage
repositoryhttps://github.com/patr-cloud/cargo-execute
max_upload_size
id1729326
size3,264
Rakshith Ravi (rakshith-ravi)

documentation

README

Cargo Execute

A simple tool to execute terminal commands with Cargo, allowing you to run terminal commands as if they were Cargo subcommands.

Installation

You can install cargo-execute using Cargo:

cargo install cargo-execute

Usage

You can use cargo-execute to run any terminal command. For example:

cargo execute ls -l

This will execute the ls -l command in the current directory. You can also use it to run commands with arguments:

cargo execute echo "Hello, World!"

This will execute the echo "Hello, World!" command. You can also use it to run commands with options:

Why use this?

This is useful for complex build scripts or when you want to run commands that are not directly related to Cargo but still want to allow other developers to run them easily as part of the Cargo workflow.

Commit count: 0

cargo fmt