Think Rust is hard? In this video, I'll guide you through the essential aspects of Rust programming. These topics often pose challenges, leading developers to the brink of frustration. By the end of this tutorial, you'll be armed with the knowledge to write Rust code confidently.
FREE Rust cheat sheet: https://letsgetrusty.com/cheatsheet
Rust strings explained: https://www.youtube.com/watch?v=Mcuqzx3rBWc
Rust strings explained 2: https://www.youtube.com/watch?v=CpvzeyzgQdw
Chapters:
0:00 Intro
0:45 Memory Management
2:18 Ownership
5:19 Borrowing
10:02 Lifetimes
11:53 Conclusion