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: Environment Variables 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 Useful links Rust book: https://mybook.to/YJI6DI Rust Workbook: https://francescociulla.gumroad.com/l/rustworkbook Rust Cheatsheet: https://francescociulla.gumroad.com/l/rustcheatsheet Find me: https://francescociulla.com Explore how to work with environment variables in Rust. We'll cover using the standard library's env module, reading variables from the command line, and loading them from a .env file. The video also includes a recap on error handling with unwrap, expect, and match. https://github.com/FrancescoXX/environment-varuables #rustprogramming #rustlang #programmingtutorial 0:00 Intro 1:13 Example1 - Environment variables in Rust using the standard library and env module 3:07 Example 2 - Read environment variables from the command line (Windows or Linux) 5:42 Example 3 - Environment variables from a file .env 8:24 Error handling recap with unwrap, expect, match 13:25 Conclusion


Tracks in this Playlist