Rust Fundamentals

My notes from the Rust Fundamentals course on Pluralsight by Edward Curren.

Table of Contents

  1. Course Overview
  2. Introduction and Setup
  3. Data Types
  4. Variables
  5. Operators
  6. Control Flow
  7. Ownership and Borrowing
  8. Functions and Error Handling
  9. Data Structures and Traits
  10. Collections
  11. Generics
  12. Concurrency
  13. Crates and Modules
  14. Summary