Rust's target/ folder is designed to be safe to share (happy to be corrected!)
So I just symlinked it across all project's worktrees :)
Saves a lot (lot!) of disk
The only issue I faced was that target then becomes a symlink, and the (conventional) .gitignore was target/, so I needed to add a local .git/info/exclude
