Welcome to Day 2

Now that we have seen a fair amount of Rust, we will continue with:

  • Structs and methods.

  • Enums and pattern matching.

  • Details of error handling.

  • Generic types and traits.

Finally, we will take a very quick look at “unsafe” Rust.