🦀 Full Rust Beginner's Course - Part 1

🦀 Full Rust Beginner's Course - Part 1

13.555 Lượt nghe
🦀 Full Rust Beginner's Course - Part 1
This is a comprehensive Rust course for beginners. We will learn about the core concepts of the language and underlying mechanisms in theory. In practice, after each topic we will solve exercises together, following the "Rust by Practice" approach. After finishing this course you'll have a strong fundamental which you can build upon. I use free software for recording, editing and modifying my videos like GIMP, OpenShot, OBS Studio, etc. Timestamps: 0:00 Introduction & Learning Resources 5:50 Variables 26:38 Numbers & Binary System 1:09:22 Chars, Bools & Unit Types 1:17:26 Statements & Expressions 1:24:21 Functions 1:32:24 Ownership 2:23:37 Borrowing 2:47:16 String vs. &str 3:17:30 Slices 3:31:06 Tuples 3:39:35 Structs 4:02:23 Enums 4:13:17 The "Option" Enum 4:21:03 Flow Control 4:44:14 Pattern Match 5:16:13 Methods & Associated Functions 5:31:21 Generics 6:06:03 Traits 6:46:46 Trait Objects 7:09:22 Associated Types 7:39:02 String 7:59:23 Vectors 8:28:31 HashMaps 8:52:16 Type Coercion 9:04:25 From & Into 9:35:34 panic! 9:44:27 Result 10:27:54 Cargo, Crates & Modules 11:07:59 Debug & Display