Welcome to our comprehensive series on learning Rust, a powerful and efficient programming language. This playlist is designed to guide you from the very basics of Rust to its most advanced features. Whether you're entirely new to programming or an experienced developer looking to add Rust to your skillset, these lessons are structured to provide a clear and progressive learning path. Join us as we explore Rust's unique approach to safety, speed, and concurrency and become proficient in this increasingly popular language. Remember to subscribe and activate notifications so you don't miss the new videos
Curated by: Francesco Ciulla (54 videos)
Welcome to the Full Crash Rust Tutorial for Beginners. In this lesson, we introduce the RC Smart Pointer 0:00 Introduction: Rust and Concurrency 0:35 Concurrency and Parallelism Definitions 1:35 First examples: Main and spawned Thread 3:24 Waiting for All Threads to Finish Using Join handles 5:20 Using move Closures with Threads 6:40 In the next lesson: Message passing between threads ⭐ More Rust videos you might be interested in: Rust CRUD API: https://youtu.be/vhNoiBOuW94 Fullstack application using Rust and Next.js: https://youtu.be/77RjzJtC_g4 🔗Useful links: Install Rust: https://www.rust-lang.org/tools/install Rust playground: https://play.rust-lang.org/ How to find me: https://francescociulla.com #rustlang #rust #programming