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

app cargo-wash

A tool to clean up your Cargo caches

6 releases

0.2.2 Oct 19, 2024
0.2.1 Oct 1, 2024
0.2.0 Sep 30, 2024
0.1.0 Sep 29, 2024
0.1.0-beta.2 Sep 28, 2024

#148 in Cargo plugins

Download history 277/week @ 2024-09-23 332/week @ 2024-09-30 9/week @ 2024-10-07 160/week @ 2024-10-14 26/week @ 2024-10-21 9/week @ 2024-11-04

196 downloads per month

MIT license

20KB
476 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
~136K SLoC