#cargo #cache #cargo-workspace #cargo-clean #wash #cli #plugin

app cargo-wash

A tool to clean up your Cargo caches

9 releases

0.2.5 Feb 25, 2025
0.2.4 Jan 12, 2025
0.2.3 Dec 22, 2024
0.2.2 Oct 19, 2024
0.1.0 Sep 29, 2024

#243 in Cargo plugins

Download history 3/week @ 2024-12-04 8/week @ 2024-12-11 91/week @ 2024-12-18 18/week @ 2024-12-25 135/week @ 2025-01-08 15/week @ 2025-01-15 7/week @ 2025-02-05 60/week @ 2025-02-19 97/week @ 2025-02-26

164 downloads per month

MIT license

24KB
505 lines

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 <COMMAND>

Commands:
  stats  Print statistics about all projects
  size   Calculate the total size of all target folders
  clean  Execute `cargo clean` on all projects
  help   Print this message or the help of the given subcommand(s)

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

Dependencies

~5–13MB
~137K SLoC