Coming from 10 years of modern C++, Rust feels both like a breath of fresh air and a spiritual successor who learned from both the good and the bad of its illustrious predecessor. Rust's key insight is the "mutable XOR aliased" concept that promotes memory safety while keeping the memory model of C and C++, and the attached performance. Tuck brilliant tooling and contemporary ergonomics on top of that, and you'll surely find more than one good reason to keep writing Rust in the future 🚀