The new major release of Rust, Rust Edition 2024, finally came out today, and I’ve been eagerly waiting for this. Although I’m not yet very experienced with all the new features of the language, I’ve been following its development and the growing community for quite some time. I’m obsessed with Rust’s high performance and memory safety. Over the past one or two years, I’ve written several projects in Rust, and I’ve always been impressed with how fast and stable the runtime is, along with its efficient use of memory. I’ve also tried solving LeetCode problems with Rust, but I eventually gave up because the language’s strict syntax rules made it difficult to solve competitive programming problems. Although I don’t currently need the new features introduced in Edition 2024, I still hope to use this as an opportunity to dive deeper into Rust and the field of high-performance development. 💪