@BrodieOnLinux Rust is not popular because of memory safety.
It's popular because it's pretty much the only language to be new-ish and to have actively learned from most past languages, including niche functional ones, making it a very very enjoyable language to use.
The memory safety bit is only relevant for low level system stuff where almost all other memory safe languages need a garbage collector and a huge runtime that is either slow or memory hungry.