Clean cargo projects

Posted 4 months ago. Visible to the public.

Quick clean all your cargo (Rust) projects in folder:

find * -maxdepth 1 -mindepth 1 -type d -execdir cargo clean ";"
Last edit
4 months ago
leonidv
Tags
Posted by leonidv to Leonid's cards (2024-01-07 12:32)