rust-ecosystem
rust-ecosystem copied to clipboard
Distributed compilation for fast iteration
Want a distributed compilation system (and not just caching) for fast iteration and development in large workspaces, esp. on low powered laptops.
Ideally this should be seamlessly integrated into Cargo so all standard commands work, and also used by RLS.
Primary candidate: Bazel
Related issue: https://github.com/rust-lang/cargo/issues/7468