Tips for Faster Rust Compile Times

from blog Matthias Endler, | ↗ original
When it comes to runtime performance, Rust is one of the fastest guns in the west. 🔫 It is on par with the likes of C and C++ and sometimes even surpasses those. Compile times, however? That's another story. Below is a list of tips and tricks on how to make your Rust project compile faster today. They are roughly ordered by practicality, so...