cargo-sweep

Clean up unused Cargo build artifacts and free disk space

brewmacoslinux
Try with needOr install directly
Source

About

Utility for cleaning up unused build files generated by Cargo

Commands

cargo-sweep

Examples

Remove build artifacts older than 7 days$ cargo sweep -t 7d
List what would be deleted without actually removing files$ cargo sweep -t 7d --dry-run
Clean all unused build files in current project$ cargo sweep -r .