#cargo-cache #cargo-subcommand #cache #wash #cargo #cli #plugin

app cargo-wash

A tool to clean up your Cargo caches

11 releases (2 stable)

Uses new Rust 2024

new 1.1.0 Mar 28, 2025
1.0.0 Mar 26, 2025
0.2.5 Feb 25, 2025
0.2.4 Jan 12, 2025
0.1.0 Sep 29, 2024

#141 in Cargo plugins

Download history 6/week @ 2024-12-06 5/week @ 2024-12-13 99/week @ 2024-12-20 10/week @ 2024-12-27 139/week @ 2025-01-10 11/week @ 2025-01-17 5/week @ 2025-01-31 2/week @ 2025-02-07 1/week @ 2025-02-14 107/week @ 2025-02-21 50/week @ 2025-02-28 1/week @ 2025-03-07 57/week @ 2025-03-21

120 downloads per month

MIT license

20KB
419 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