Become A Rust Developer In 1 Day
Published 5/2025
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.71 GB | Duration: 5h 31m
Published 5/2025
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.71 GB | Duration: 5h 31m
Master Rust including ownership, structs, enums, crates, traits, modules, collections and practical projects
What you'll learn
Master Rust's ownership and borrowing rules
Solid understanding of creating and organizing Rust projects using modules and crates
Understand and implement Rust's enum types and structs
Understand how to handle errors using the Result type
Understand various data structures in Rust like arrays, vectors, hash maps and slices
Requirements
No Rust experience is required
An experience with any programming language is an advantage
Description
Learn Rust step-by-step with practical projects. Master ownership, structs, enums, error handling, collections, and more. Perfect for aspiring systems programmers.Course OverviewRust is one of the most powerful and safe systems programming languages in the world. This course will take you from complete beginner to confident Rust developer, using real-world projects and a structured curriculum.By the end of this course, you'll be able to build production-grade command-line apps using Rust's powerful features like ownership, structs, enums, traits, modules, and error handling.Whether you're aiming for embedded systems, game dev, backend services, or performance-critical applications, this course will equip you with essential, modern Rust skills. What You’ll LearnSection 1: IntroductionLecture 1: Installing RustLecture 2: Installing VSCodeLecture 3: Creating Our First Application Section 2: Rust BasicsLecture 4: VariablesLecture 5: ConstantsLecture 6: Data TypesLecture 7: ArraysLecture 8: TuplesLecture 9: Operations in RustLecture 10: Introduction to StringsLecture 11: FunctionsLecture 12: Another Way to Return Values from FunctionsLecture 13: CommentsLecture 14: If StatementsLecture 15: LoopsLecture 16: Handling User InputLecture 17: VectorsLecture 18: Project – Grade Calculator Section 3: Ownership in RustLecture 19: Introduction to OwnershipLecture 20: Copy TypesLecture 21: References and BorrowingSection 4: StructsLecture 22: Introduction to StructsLecture 23: Tuple StructsLecture 24: Field Shorthand SyntaxLecture 25: Implementing MethodsLecture 26: Associated Functions (Constructors)Lecture 27: TraitsLecture 28: Project – Contacts Book Section 5: EnumsLecture 29: Introduction to EnumsLecture 30: Enums with DataLecture 31: Enums and Methods Section 6: Modules and CratesLecture 32: Introduction to Modules and CratesLecture 33: Creating a PackageLecture 34: Creating ModulesLecture 35: Creating Crates Section 7: CollectionsLecture 36: StringsLecture 37: Introduction to Hash Maps (Optional)Lecture 38: Hash Maps Section 8: Error HandlingLecture 39: PanicLecture 40: The Option EnumLecture 41: The Result EnumLecture 42: Error Propagation using ?Lecture 43: Project – CLI Task Manager Build Real ProjectsHands-on practice is the core of this course. You’ll build: Grade Calculator (Fundamentals) Contacts Book (Structs & Ownership) Task Manager CLI (Enums, Traits, HashMaps, Modules, Error Handling)These projects are designed to solidify each Rust concept and give you usable tools for your portfolio.Who This Course Is ForAbsolute beginners to Rust or systems programmingDevelopers coming from C++, Python, Go, or JavaScriptAnyone interested in learning memory-safe, performant application designStudents or engineers preparing for low-level or backend engineering rolesTools You’ll UseRust and CargoVSCode or any text editorCLI-based development (great for real-world applications) By the End of This CourseYou’ll be able to:Understand and apply ownership, borrowing, and lifetimesUse structs, enums, and traits effectivelyHandle errors gracefully with Option and ResultWork with modules, crates, and collectionsBuild, test, and structure full Rust applicationsEnroll now and take your first step into systems programming with Rust!
Overview
Section 1: Introduction
Lecture 1 Installing Rust
Lecture 2 Installing VSCode
Lecture 3 Creating our First Application
Section 2: Rust Basics
Lecture 4 Variables
Lecture 5 Constants
Lecture 6 Data Types
Lecture 7 Arrays
Lecture 8 Tuples
Lecture 9 Operations in Rust
Lecture 10 Introduction to Strings
Lecture 11 Functions
Lecture 12 Another Way to Return Values from Functions
Lecture 13 Comments
Lecture 14 If Statements
Lecture 15 Loops
Lecture 16 Handling User Input
Lecture 17 Vectors
Lecture 18 Project: Grade Calculator
Section 3: Ownership in Rust
Lecture 19 Introduction to Ownership
Lecture 20 Copy Types
Lecture 21 References and Borrowing
Section 4: Structs
Lecture 22 Introduction to Structs
Lecture 23 Tuple Structs
Lecture 24 Field Shorthand Syntax
Lecture 25 Implementing Methods
Lecture 26 Associated Functions (Constructors)
Lecture 27 Traits
Lecture 28 Project: Contacts Book
Section 5: Enums
Lecture 29 Introduction to Enums
Lecture 30 Enums with Data
Lecture 31 Enums and Methods
Section 6: Modules and Crates
Lecture 32 Introduction to Modules and Crates
Lecture 33 Creating a Package
Lecture 34 Creating Modules
Lecture 35 Creating Crates
Section 7: Collections
Lecture 36 Strings
Lecture 37 Introduction to Hash Maps (Optional)
Lecture 38 Hash Maps
Section 8: Error Handling
Lecture 39 Panic
Lecture 40 The Option Enum
Lecture 41 The Result Enum
Lecture 42 Error Propagation using '?'
Lecture 43 Project: CLI Task Manager
Anyone with or without programming experience who wants to learn Rust