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: Enums in Rust - Rust full tutorial

Enums in Rust Enums allow you to define a type by enumerating its possible variants. We’ll define and use an enum to show how it can encode meaning and data. Next, we’ll explore a particularly useful enum, called Option, which expresses that a value can be either something or nothing. ALL THE LINKS HERE: https://francescociulla.com 0:00 Introduction. Definition 0:37 First example for Enums: IP addresses with Enums 5:26 Second example for Enums: Messaging systems 10:34 Option Enum: In Rust, there is no Null value 15:04 Conclusion


Tracks in this Playlist