Major features of Rust
-
Shift left programming (eliminate bugs earlier in the development process).
-
Speed and Open Source community.
-
Corporate support, Linux kernel
-
Error handling: exceptions VS return values VS returning Result in Rust.
-
Eliminate
null
issue.