Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.