Open
Description
Problem
Many have a folder with their cargo projects that quickly becomes very big (10 GB+)
Currently users need to go into each project indiviually and run cargo clean
to clear storage or use a script or tool that does it for them.
Proposed Solution
A recursive option for the clean subcommand would provide an easy native way to clean folders.
It should scan for projects in the current directory and then run the clean function on each of them.
Notes
No response