cargo-wash

Crates.iocargo-wash
lib.rscargo-wash
version0.2.2
sourcesrc
created_at2024-09-28 21:56:14.552417
updated_at2024-10-19 19:56:09.369713
descriptionA tool to clean up your Cargo caches
homepage
repositoryhttps://github.com/bircni/cargo-wash
max_upload_size
id1390396
size44,556
Nicolas (bircni)

documentation

README

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

Commit count: 10

cargo fmt