@Full_marx From my point of view rust is not a very good beginner language. It's aimed at eliminating a specific class of problems, that is useful for large projects with many collaborators, but hard to comprehend in context of small toy programs.
C++ on the other hand is very much opt-in in its features, so you can take baby steps with sophistication of your programs, encounter some of those problems rust solves, and decide for yourself if you like/want the solution.