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

app cargo-wash

A tool to clean up your Cargo caches

7 releases

0.2.3 Dec 22, 2024
0.2.2 Oct 19, 2024
0.2.0 Sep 30, 2024
0.1.0 Sep 29, 2024

#229 in Cargo plugins

Download history 559/week @ 2024-09-26 55/week @ 2024-10-03 9/week @ 2024-10-10 173/week @ 2024-10-17 8/week @ 2024-10-24 5/week @ 2024-10-31 4/week @ 2024-11-07 3/week @ 2024-12-05 8/week @ 2024-12-12 99/week @ 2024-12-19 10/week @ 2024-12-26

120 downloads per month

MIT license

22KB
500 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–12MB
~134K SLoC