The Rust Programming Language - Tutorials
Offered By: YouTube
Course Description
Overview
Dive into a comprehensive 6-hour tutorial series on the Rust programming language, covering essential concepts from basic syntax to advanced features. Learn about variables, data types, functions, control flow, and ownership. Explore references, borrowing, and slices before delving into structs, enums, and pattern matching. Master modules, vectors, strings, and hash maps. Gain proficiency in error handling, generics, traits, and lifetimes. Discover testing methodologies, closures, iterators, and smart pointers. This in-depth guide provides a solid foundation for becoming proficient in Rust programming.
Syllabus
Acknowledgement - Rust.
Variables and Mutability - Rust.
Data Types - Rust.
Functions - Rust.
Control Flow - Rust.
What is Ownership? - Rust.
References and Borrowing - Rust.
The Slice Type - Rust.
Using Structs to Structure Related Data - Rust.
Enums and Pattern Matching - Rust.
Modules | Part 1 - Rust.
Modules | Part 2 - Rust.
Vectors - Rust.
Strings - Rust.
Hash Maps - Rust.
Quick derefs - Rust.
Error Handling - Rust.
Quick `?` Operator - Rust.
Generics - Rust.
Traits - Rust.
Lifetimes - Rust.
Testing - Rust.
Closures - Rust.
Iterators - Rust.
Smart Pointers & Box - Rust.
Taught by
danlogs
Related Courses
The Rust Programming LanguageUdemy Rust for Beginners: Learn Rust in 4 Hours
Udemy Rust For Undergrads
Udemy Take your first steps with Rust
Microsoft via Microsoft Learn Rust Fundamentals
Pluralsight