Please have Rust installed (via RustUp) and a text editor or IDE setup when you take this class.
- Introduction
- Setup & Update Rust
- IDE Configuration
- Cargo Init and Hello World
- Workspaces & Cargo.toml
- Some Rust Fundamentals
- Console Text Input
- Time for a 12-minute Break
- Create a Library
- World's Simplest Login System
- Enumerations
- Structures
- Vectors
- HashMaps
- Time for a 12-minute Break
- Serialization/Deserialization
- Hashing Passwords
- Start a CLI App
- Time for a 12-minute Break
- Finish CLI App
- Wrap-Up