Welcome to Day 2
Now that we have seen a fair amount of Rust, we will focus on Rust’s type system:
- Pattern matching: extracting data from structures.
- Methods: associating functions with types.
- Traits: behaviors shared by multiple types.
- Generics: parameterizing types on other types.
Schedule
In this session:
- Welcome (3 minutes)
- Pattern Matching (30 minutes)
- Methods and Traits (25 minutes)
- Generics (30 minutes)
Including 10 minute breaks, this session should take about 1 hour and 50 minutes