cargo-wash

Crates.iocargo-wash
lib.rscargo-wash
version1.6.1
created_at2024-09-28 21:56:14.552417+00
updated_at2025-08-17 20:39:49.628115+00
descriptionA tool to clean up your Cargo caches
homepage
repositoryhttps://github.com/bircni/cargo-wash
max_upload_size
id1390396
size93,887
Nicolas (bircni)

documentation

README

cargo-wash

Crates.io MIT licensed CI

cargo-wash is a tool to clean up your Cargo workspaces. It can show the size of all your target folders, and delete them if you want.

Usage

A tool to clean up your Cargo caches

Usage: cargo-wash.exe <COMMAND>

Commands:
  clean    Execute `cargo clean` on all projects to remove build artifacts
  stats    Print statistics about all Rust projects in the directory
  execute  Execute different commands on all rust projects in the directory
  help     Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

Installation

You can install cargo-wash using cargo:

cargo install cargo-wash

or with cargo-binstall:

cargo binstall cargo-wash
Commit count: 54

cargo fmt