cargo-broomv0.1.0

← All examples

Selective cleanup

Cold targets go completely; active ones, including the shared target, only lose incremental caches and generated docs.

Selective cleanup

examples/dry-run-fine.txt
cargo broom --dry-run --clean-incremental --clean-doc ~/code
cargo-broom Summary (Dry Run)
 cargo-broom

  Reclaimable: 5.13 MiBLevel A — Full Target Clean (Coarse) (2)
  - blog-engine (1.86 MiB) at ~/code/blog-engine/target
  - weather-api (1.03 MiB) at ~/code/weather-api/targetLevel B — Selective / Experimental Fine Clean (3)
  - invoice-cli (pruned 0 stale fingerprints, 2 files) — 1.90 MiB at ~/code/invoice-cli/target
  - plugin-a (+1 more, shared target) (pruned 0 stale fingerprints, 1 files) — 211.43 KiB at ~/code/plugins/shared-target
  - toolkit-core (pruned 0 stale fingerprints, 1 files) — 131.03 KiB at ~/code/toolkit/target

Next steps:
  • Run `cargo broom -y` to reclaim 5.13 MiB
    $ cargo broom -y
  • dry-run
  • level-b