Splitting development files?

⚓ Rust    📅 2026-02-18    👤 surdeus    👁️ 1      

surdeus

I understand why when I use various crates I end up with a lot of debug code on my system. No problem. I have the disk space.
However, I have my rust development work in my documents area. (This is all personal, not professional). For which I have limited backup space. I want that backup to include my own rust source code. 1.5 gig of debug (and it will be larger) from dependencies takes up a lot of that capacity. Is there a way to tell rust to store the dependencies somewhere else?
Thanks,
Joel

12 posts - 5 participants

Read full topic

🏷️ Rust_feed