> Well, that says it. Rust has pivoted to web stuff.
Rust is just a language - and it's just as suitable to deep embedded and general system programming as it's ever been. The real difference is that it would be insane to write network services and especially web stuff in C/C++, whereas Rust makes this quite feasible. Why are you surprised that web folks are interested in doing that?
Leaving aside the fact that I don't know of any of the largest Web properties that use tainting: tainting, like any other type system property, doesn't mean much if the language isn't memory safe.
Rust is just a language - and it's just as suitable to deep embedded and general system programming as it's ever been. The real difference is that it would be insane to write network services and especially web stuff in C/C++, whereas Rust makes this quite feasible. Why are you surprised that web folks are interested in doing that?