cargo gc

Crates.io License

Cargo extension to recycle outdated build artifacts. And try the best to avoid recompilation.

Usage

Install it with cargo: shell cargo install cargo-gc-bin

The executable is cargo-gc. You can invoke it with cargo gc command: shell cargo gc

It will check and remove all outdated build artifacts in the current project. See cargo gc --help for more information.