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: Reading Files in Rust - Full Crash Rust Tutorial for Beginners

The Rust series is available here: https://www.youtube.com/watch?v=R33h77nrMqc&list=PLPoSdR46FgI412aItyJhj2bF66cudB6Qs&index=1 In this video, you'll learn how to read from a file in Rust, step-by-step. We'll cover: - Setting up your Rust project - Creating and reading from a text file - Handling errors effectively in Rust - Reading file content line by line By the end of this video, you'll have a solid understanding of Rust's file handling capabilities, which will allow you to build more complex applications. Perfect for beginners looking to enhance their Rust programming skills. The Rust series is available here: https://www.youtube.com/watch?v=R33h77nrMqc&list=PLPoSdR46FgI412aItyJhj2bF66cudB6Qs&index=1 My Products Rust book: https://mybook.to/YJI6DI Rust Workbook: https://francescociulla.gumroad.com/l/rustworkbook Rust Cheatsheet: https://francescociulla.gumroad.com/l/rustcheatsheet Useful Links ALL THE LINKS HERE: https://francescociulla.com 0:00 Introduction, Reading Files in Rust, Project Initialization 1:01 Version one, without error handling 3:31 Version two, with match statement and error handling 5:56 Version three, reading files line by line 7:12 Conclusion #rustlang #rustdevelopment #rust


Tracks in this Playlist