Intro to Intermediate Rust - Enums & Matching Patterns
In this module, you will become familiar with some of Rust's powerful pattern matching and enumeration capabilities.
📄️ Enums
Learn what enums are and how to use them in Rust.
📄️ Panic! in Rust
Discover what panic! in Rust is, and when you should panic.
📄️ Error handling with Result & Option
Learn how to handle errors in Rust, and what the Error Type is.