The more I use Rust, the more I appreciate how good the built in tooling is. Not having to configure separate test runners, packagers, package managers, etc for each project results in a huge reduction of mental overhead and allows you to just focus on writing code
See Also
- Index 1,600,000,000 Keys with Automata and Rust - Andrew Gallant's Blog
- Two Kinds of Code Review
- Inadvertent Algorithmic Cruelty
- The Problem with Threads
- 54883
- An introduction to Data Oriented Design with Rust - Statistically Insignificant
- How JavaScript works: inside the V8 engine + 5 tips on how to write optimized code
- Introduction - Rust Design Patterns