https://github.com/malteki/cargo-cleaner
simple and fast tool to 'cargo clean' all your packages recursively
https://github.com/malteki/cargo-cleaner
cargo cli rust rust-tools
Last synced: 6 days ago
JSON representation
simple and fast tool to 'cargo clean' all your packages recursively
- Host: GitHub
- URL: https://github.com/malteki/cargo-cleaner
- Owner: malteki
- Created: 2024-12-28T11:06:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-31T14:08:43.000Z (over 1 year ago)
- Last Synced: 2025-08-13T15:48:09.763Z (11 months ago)
- Topics: cargo, cli, rust, rust-tools
- Language: Rust
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cargo-cleaner
a simple cli-tool to clean all packages recursively
## how to install
`cargo install --git https://github.com/malteki/cargo-cleaner.git` (assuming you already have cargo installed)
## how to use
run `cargo-cleaner --help` to see all arguments
## (probably better) alternatives
- [cargo-clean-all](https://github.com/dnlmlr/cargo-clean-all)
- [cargo-clean-recursive](https://github.com/IgaguriMK/cargo-clean-recursive)