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:

Including 10 minute breaks, this session should take about 1 hour and 50 minutes