- Add
Cargo.toml
config line specifying path to global build cache shared for all dependencies. Add cargo command to update this path (useful for setup).
Complication 1: what aboutbuild.rs
? - Ignore this default when there is a
path
attribute on a dependecy.
I've seen this, but sccache
solution doesn't look easy to use and thus reduce language accessibility.
Main pain point solved buy this: recompiling things like actix-web
take ethernity.