1. Introduction to Rust Programming
  2. Class Schedule
  3. 1. Week 1
    1. 1.1. Starting on Rust
    2. 1.2. Lab 1: Rust Basics
  4. 2. Week 2
    1. 2.1. Ownership and Borrowing
    2. 2.2. Lab 2: Baking Cookies
  5. 3. Week 3
    1. 3.1. Enums
    2. 3.2. Lab 3: Parsing Frames
  6. 4. Week 4
    1. 4.1. Traits and Generics
    2. 4.2. Lab 4: Readers and Writers
  7. 5. Week 5
    1. 5.1. Lifetimes and Aliasing
    2. 5.2. Lab 5: Borrowing Frames
  8. 6. Week 6
    1. 6.1. Chat Server
    2. 6.2. Lab 6: Chat Server
  9. 7. Week 7
    1. 7.1. Extensions

Introduction to Rust Programming

Week 2