📄️ Why Rust
Start With Why by Simon Sinek. A book that flipped how I view many things in technology. As a software engineer, it's easy to get caught up in what and how. What do I need to build? And how exactly do I need to build it? Normally spending more time than neccessary on that second one.
📄️ Why not Rust
1. Ecosystem Maturity: While the Rust ecosystem has grown impressively, it's still younger than .NET's. Some specialized libraries might be less mature or feature-complete than their .NET counterparts. You may occasionally need to implement functionality yourself that would be available out-of-the-box in .NET. The good news is that the ecosystem is growing rapidly, and many libraries are already production-ready.
📄️ When to choose Rust
Given these pros and cons, when should you as a .NET developer consider using Rust?