The wait is over. Complete Rust bootcamp in 2024 is here.
Rust Part 1 here: https://shorturl.at/Kn2mE
Slides #1 - https://cdn.100xdevs.com/youtube/rust-part-1.pdf
Slides #2 - https://cdn.100xdevs.com/youtube/rust-part-2.pdf
Code - https://github.com/hkirat/rust-problems
๐ ๐ ๐ฎ๐๐ฒ๐ฟ๐ถ๐ฎ๐น๐/๐ฅ๐ฒ๐ณ๐ฒ๐ฟ๐ฒ๐ป๐ฐ๐ฒ๐:
Live Link โ
GitHub Repository (give it a star โญ) โ
๐ ๐๐ถ๐ป๐ธ๐:
Open Source Cohort โ https://100xdevs.com
Twitter โ https://twitter.com/kirat_tw
Linkedin โ https://linkedin.com/in/kirat-li
Instagram โ https://www.instagram.com/kirat_ins
Discord โ https://discord.com/invite/WAaXacK9bh
Telegram โ https://t.me/kirat_internal_group
WhatsApp โ https://whatsapp.com/channel/0029Va98SYeHrDZhfxCT6s0a
TimeStamps
0:00:00 - Introduction
00:02:28 - 1.1 Instaling Rust
00:05:42 - 1.2 Initialising a project locally
00:11:05 - 1.3 Variables, Loops and Functions
00:33:04 - 1.1.4 Structs
00:47:09 - 1.1.5 Enums
00:59:20 - 1.1.6 Pattern Matching
01:00:33 - 1.1.7 Options
01:15:35 - 1.1.8 Result
01:30:30 - 1.1.9 Package Management
01:37:49 - 1.2.1 Memory mangement, Heap vs Stack
01:59:01 - 1.2.2 Mutability
02:01:54 - 1.2.3 Ownership, Borrowing, References
02:18:45 - 1.2.4 Moving
02:36:49 - 1.2.5 Borrowing
02:52:10 - PART 2
02:53:18 - 2.1 Collections
02:54:03 - 2.1.1 Vectors
03:07:39 - 2.1.2 HashMaps
03:18:38 - 2.1.3 Iterators
03:54:35 -2.2 Strings v/s Slices
04:27:08 - 2.3 Generics
04:33:54 - 2.4 Traits
04:50:50 - 2.5.1 LifeTimes
05:24:58 - 2.5.2 Struct with Lifetimes
05:35:44 - 2.6 MultiThreading
05:54:44 - 2.7 Message Passing
06:15:16 - 2.8 Macros
06:18:39 - Conclusion
06:20:14 - Bye Bye