Earlier quoted context omitted.
Rust is a systems language, like C++. I don't think your comparison is fair. Also I've done a lot of C++ programming over the years, and I won't willingly go back to that. It is a horror in my opinion.
The selling point of Rust is that it hides complexity from you and gives you "safe" memory management. That comes at a price.
Rust largely won’t let you write the wrong thing, but you have to fully understand the nuts and bolts to know what it will let you do.