Rust Safer Than C Languages

Earlier this year, Microsoft put out a call for developers to help port its own C# code to Rust.

The reason is that the majority of security vulnerabilities in large codebases can be traced to memory security bugs. And since Rust code can largely if not totally avoid such problems when properly implemented, memory safety now looks a lot like a national security issue.

Rust developers at Google are twice as productive as C++ teams Rustlang