Earlier quoted context omitted.
> I can understand when you need the absolute best performance and you decide to drop to down to C++ Rust is just as fast as C++.
yeap, unfortunately, only few can see this.
I write in rust and c++, rust isn't as fast. Rust is easier to work with and, compared to the Java crap it's replacing at my work, it's a lot better but it's certainly not zero cost abstractions the way c++ can be, nor is it great for data oriented design because you're hoping the compiler will do the right thing, consistently.