An open API service indexing awesome lists of open source software.

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

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)