Per-user compiled artifact cache · Issue #5931 · rust-lang/cargo (original) (raw)
I was wondering if anyone has contemplated somehow sharing compiled crates. If I have a number of projects on disk that often have similar dependencies, I'm spending a lot of time recompiling the same packages. (Even correcting for features, compiler flags and compilation profiles.) Would it make sense to store symlinks in ~/.cargo
or equivalent pointing to compiled artefacts?