Rust is my favorite language and, in my opinion, the future of advanced computing. I am certainly not a pro, but I have played with Rust a lot and absolutely love how much the compiler helps you when you are working on a project. It is almost a guarantee that the code will do what you want once you work through the compiler errors. The language does so much work for you to ensure the code is fast, safe, and correct.

I have made a few small contributions to the Bevy project and still would love to make a game someday. I am now so confident in Rust as a language that I am waiting for a Rust engine to be production ready before I launch that side venture.