Rust Crash Course Tutorial for Beginners

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)


Currently Playing: Master the "use" Keyword in Rust - Full Crash Rust Tutorial for Beginners

Full playlist: https://www.youtube.com/watch?v=R33h77nrMqc&list=PLPoSdR46FgI412aItyJhj2bF66cudB6Qs&index=1 Are you ready to master the "use" keyword in Rust? In this video, we'll explore how to streamline your Rust code and improve readability by effectively using the "use" keyword. 0:00 - Introduction: Understanding Rust's "use" keyword and its significance. 0:37 - First Example: A simple demonstration of using the "use" keyword in your Rust programs. 3:05 - Standard Library: Learn how to bring the standard library into scope for efficient coding. 4:51 - Name Conflicts: Handling items with the same name without confusion. 6:04 - The "as" Keyword: Discover the power of renaming items with the "as" keyword. 6:34 - Re-exporting Names: How to re-export names in Rust for cleaner code. 7:33 - External Packages: Integrate and use external packages in your Rust projects. 10:02 - Nested Paths: Simplify your imports with nested paths. 11:07 - Glob Operator: Utilize the glob operator for more flexible imports. 11:47 - Conclusion: Wrapping up with key takeaways to enhance your Rust programming skills. ALL THE LINKS HERE: https://francescociulla.com


Tracks in this Playlist