Introduction to Rust

  1. Why Rust?
  2. Why Rust - Performance
  3. What is written in Rust?
  4. Why Rust - Reliability
  5. Why Rust - Productivity
  6. Major features of Rust
  7. Rust Jobs
  8. Memory allocation
  9. Rust Books
  10. Crates (3rd party libraries)
  11. Rust exercises with feedback
  12. Podcast, newsleter
  13. Other Rust learning resources
  14. Rust in other languages
  15. Articles about Rust
  16. Rust community
  17. Demo None handling
  18. Demo None handling with Option
  19. Demo error handling with Result
  20. Demo error handling with Result and question mark