Rust crates mut be pre compiled

1 · Users Rust Lang · June 16, 2026, 9:20 a.m.
Summary
The blog post discusses the issue of the Rust compiler always recompiling crates during project compilation. It highlights a desire for pre-compiled crates to speed up compilation times and reduce binary sizes, speculating on the potential for shared data and whether that could be implemented to avoid unnecessary recompilation.