@matdevdug This is how I feel about c++. I suspect Rust is a great choice if you're writing in a domain where you have to break the memory abstraction, but if you're not, using languages that'll handle it for you is much faster.
Rust is great compared to c++ (and in that problem domain, great relative to languages where auto garbage collection can't be switched off and you can't trust a gc cycle won't run your day or the footprint of having a gc won't make it impossible to run your program on a given hardware target).