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

app cargo-wash

A tool to clean up your Cargo caches

8 releases

0.2.4 Jan 12, 2025
0.2.3 Dec 22, 2024
0.2.2 Oct 19, 2024
0.2.0 Sep 30, 2024
0.1.0 Sep 29, 2024

#196 in Cargo plugins

Download history 9/week @ 2024-10-12 176/week @ 2024-10-19 3/week @ 2024-10-26 8/week @ 2024-11-02 1/week @ 2024-11-09 10/week @ 2024-12-07 1/week @ 2024-12-14 102/week @ 2024-12-21 7/week @ 2024-12-28 1/week @ 2025-01-04 141/week @ 2025-01-11 8/week @ 2025-01-18

150 downloads per month

MIT license

23KB
509 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