android's data for rust adoption shows that rust code has ~5000 times fewer memory safety vulnerabilities per MLOC. that's a lot more than i expected, actually! https://security.googleblog.com/2025/11/rust-in-android-move-fast-fix-things.html

(you might say that you're better than google's devs, but are you *five thousand times* better? i'd be skeptical.)

Rust in Android: move fast and fix things

Posted by Jeff Vander Stoep, Android Last year, we wrote about why a memory safety strategy that focuses on vulnerability prevention in ...

Google Online Security Blog

@whitequark Didn't know they were using Rust in Android! I find it mildly amusing that it's not Golang (although I guess it wouldn't surprise me much if they were also using that).

I guess it makes sense if it's already being used in the kernel?

@snowfox they wanted a C++ replacement for OS userspace and Go isn't really that; I think they actually started using Rust in the kernel later