Completed
18:21 – Scaler and Compound Data Types
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Rust Programming: From Fundamentals to Control Flow - 2025
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 – Introduction
- 2 03:57 – Rust Key Features
- 3 06:20 – Understanding Cargo
- 4 10:20 – Writing Your First Rust Program
- 5 13:38 – Comments
- 6 16:28 – Variables and Mutability
- 7 18:21 – Scaler and Compound Data Types
- 8 24:23 – Constants
- 9 27:02 – Shadowing
- 10 30:08 – Macros
- 11 32:37 – Control Flow - If, else-if, else statements
- 12 37:11 – Control Flow - Loops and Labels
- 13 41:57 – Control Flow - "for" and "while" Loops
- 14 46:41 – Control Flow - Pattern matching with "match"