Completed
Error Handling
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Rust Tutorial Full Course
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Create Project
- 3 TOML
- 4 Cargo.lock
- 5 Use / Libraries
- 6 Dependencies
- 7 Main
- 8 Mutable
- 9 Input
- 10 Expect
- 11 Variables
- 12 Constant
- 13 Shadowing
- 14 Data types
- 15 Math
- 16 Random
- 17 If
- 18 Ternary Operator
- 19 Match
- 20 Arrays
- 21 Loop
- 22 While
- 23 For
- 24 Tuples
- 25 Strings
- 26 Casting
- 27 Enums
- 28 Vectors
- 29 Functions
- 30 Generic
- 31 Ownership
- 32 HashMaps
- 33 Struct
- 34 Trait
- 35 Modules
- 36 Error Handling
- 37 File IO
- 38 Result
- 39 ErrorKind
- 40 Iterators
- 41 Closures
- 42 Smart Pointers
- 43 Box
- 44 Concurrency
- 45 Thread
- 46 Rc T
- 47 Installation