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: Writing Error Messages to Standard Error & Standard Output - Full Crash rust Tutorial for beginners

Full Rust course: https://www.youtube.com/watch?v=R33h77nrMqc&list=PLPoSdR46FgI412aItyJhj2bF66cudB6Qs&index=1&t=4s Important links: Rust book: https://mybook.to/YJI6DI Rust Workbook: https://francescociulla.gumroad.com/l/rustworkbook Rust Cheatsheet: https://francescociulla.gumroad.com/l/rustcheatsheet ALL THE LINKS HERE: https://francescociulla.com In this video, we explore how to handle stderr in Rust, starting with a basic example using stdout. You'll learn how to write errors to the stderr channel and how to redirect both stdout and stderr to a file. We also show how to enhance logs by adding color and boldness using the "colored" crate, and finish with a brief recap of the key points. 0:00 Introduction to stderr. Simple example of stdout 1:01 Writing errors on the stderr channel 1:54 Redirect stdout and stderr to a file 5:11 Using the "colored" crate to add color and boldness to a log 6:18 Conclusion and quick recap #rust #rustprogramming #programmingtutorial


Tracks in this Playlist