وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Complete Rust Course – Zero To Advanced

سرفصل های دوره

Learn Rust Coding For All Levels - System Programming - Code Alongs with Examples & Exercises


1 - What is Rust and Why Does It Matter
  • 1 - What Is Rust And Why It Matters Quick Overview
  • 2 - Join Our Online Live School.html
  • 3 - What Is Rust Concurrency
  • 4 - Rusts Growth in Popularity
  • 5 - Rust The Borrow Checker
  • 6 - Safe Mode and Unsafe Mode in Rust
  • 7 - Data Races in Rust
  • 8 - Issues with Rust
  • 9 - What Is Rust Summary
  • 10 - Exercise Meet The Online Community.html

  • 2 - Rust Course Set Up
  • 11 - Setting Up The Rust IDE Play Ground
  • 12 - The Rust IDE Text Editor And Console Basics
  • 13 - The Rust IDE Setting Basics
  • 14 - Rust IDE Configuration and Customization

  • 3 - Beginner Lessons in Rust
  • 15 - How To Write Comments in Rust
  • 16 - 00-how-to-write-comments-in-rust.zip
  • 16 - First Exercise Solution on How To Write Comments in Rust
  • 17 - Hello World Example in Rust
  • 18 - What Are Datatypes in Rust
  • 19 - How To Declare Variables in Rust Strings Integers and Booleans in Rust
  • 20 - Printing Variables as Arguments in Rust
  • 21 - Exercise Write Variables in Rust
  • 22 - 04-what-are-data-types-in-rust.zip
  • 22 - Solution Write Variables in Rust
  • 23 - What Are Macros in Rust
  • 24 - What Is The Print Line Println macro in Rust
  • 25 - 01-formatting-print-in-rust.zip
  • 25 - Print line Println Exericse in Rust
  • 26 - What Are Integers in Rust
  • 27 - Integer Range and Integer Overflow in Rust
  • 28 - Integer Exercise Example in Rust
  • 29 - 08-integers-in-rust.zip
  • 29 - Integer Solution Example in Rust
  • 30 - What Are Variables in Rust
  • 31 - 09-variables-in-rust.zip
  • 31 - Exercise What Are Variables in Rust
  • 32 - 10-constant-what-is-const-in-rust.zip
  • 32 - What is Const in Rust Constants
  • 33 - What Are String Literals str in Rust
  • 34 - What is The String Object in Rust new and len
  • 35 - 11-what-are-strings-in-rust.zip
  • 35 - What is The String Object in Rust from and len
  • 36 - String Object Methods in Rust
  • 37 - Exercise Modifying String Literals in Rust
  • 38 - 15-the-string-object.zip
  • 38 - Solution Modifying String Literals in Rust
  • 39 - 16-what-are-operators-in-rust.zip
  • 39 - What Are Operators in Rust
  • 40 - 17-arithmetic-operators.zip
  • 40 - Arithmetic Operators in Rust
  • 41 - 18-relational-operators.zip
  • 41 - Relational Operators
  • 42 - 19-logical-operators.zip
  • 42 - Logical Operators in Rust
  • 43 - Decision Making Statements in Rust
  • 44 - Rlse If statements and nested If Statements in Rust
  • 45 - Match Statements in Rust
  • 46 - Exercise Decision Making Structures in Rust
  • 47 - 22-decision-making-structures-in-rust.zip
  • 47 - Exercise Solution Decision Making Structures in Rust
  • 48 - What Are Loops in Rust
  • 49 - What Is The For loop in Rust
  • 50 - While Loop in Rust
  • 51 - The Loop Keyword in Rust
  • 52 - Exericse How To Loop in Rust
  • 53 - 25-how-to-loop-in-rust.zip
  • 53 - Solution How To Loop in Rust
  • 54 - What Is A Function In Rust
  • 55 - What Is A Function In Rust II
  • 56 - Exercise What Are Functions in Rust
  • 57 - Solution What Are Functions in Rust

  • 4 - Beginner To Intermediate Lessons
  • 58 - What Are Tuples in Rust
  • 59 - Exercise Destructing Tuples with Rust
  • 60 - 02-tupes-in-rust.zip
  • 60 - Solution Destructing Tuples with Rust
  • 61 - What Are Arrays in Rust
  • 62 - Exercise Loop Through And Modify an Array in Rust
  • 63 - 04-what-are-arrays-in-rust.zip
  • 63 - Solution Loop Through And Modify an Array in Rust
  • 64 - 06-the-stack-vs-the-heap-in-rust.zip
  • 64 - The Stack vs The Heap in Rust
  • 65 - 07-ownership-in-rust.zip
  • 65 - Ownership in Rust
  • 66 - Borrowing In Rust The Symbol in Rust
  • 67 - Exericse Borrowing in Rust
  • 68 - 10-borrowing-in-rust.zip
  • 68 - Solution Borrowing in Rust
  • 69 - How To Slice in Rust
  • 70 - Exercise How To Slice in Rust
  • 71 - 13-slices-in-rust.zip
  • 71 - Solution How To Slice in Rust
  • 72 - What Are Structs in Rust
  • 73 - Exercise Write Methods and Structs in Rust
  • 74 - 16-what-are-structs-in-rust.zip
  • 74 - Solution Write Methods and Structs in Rust
  • 75 - What Are Enums in Rust
  • 76 - Exercise Matching Enums in Rust
  • 77 - 19-what-are-enums-in-rust.zip
  • 77 - Solution Matching Enums in Rust
  • 78 - What Are Modules in Rust
  • 79 - Exercise Nested Modules in Rust
  • 80 - 22-what-are-modules-in-rust.zip
  • 80 - Solution Nested Modules in Rust
  • 81 - What are HashMaps in Rust
  • 82 - Exercise Build A Hash Table with HashMap in Ruat
  • 83 - 25-what-are-hashmaps-in-rust.zip
  • 83 - Solution Build A Hash Table with HashMap in Rust

  • 5 - Intermediate to Advanced Videos in Rust
  • 84 - Error Handling in Rust
  • 85 - Exercise Write Error Handling For A Program in Rust
  • 86 - 03-error-handling-in-rust.zip
  • 86 - Solution Write Error Handling For A Program in Rust
  • 87 - What Are Generic Types in Rust
  • 88 - 05-generic-types-traits-in-rust.zip
  • 88 - What Are Traits in Rust
  • 89 - Reader and Writer Inputs and Outputs II in Rust
  • 90 - 06-reader-and-writer-types-input-and-outputs-in-rust.zip
  • 90 - Reader And Writer Types in Rust Input and Output
  • 91 - Install Rust on Your Computer
  • 92 - How To Use The Cargo Tool in Rust
  • 93 - What is Iter in Rust and Iterators
  • 94 - Exercise Iterate through a vector in Rust
  • 95 - Exercise Iterate through a vector in Rust II
  • 96 - 11-iterators-in-rust.zip
  • 96 - Solution Iterate Through A Vector In Rust
  • 97 - 12-what-are-closures-in-rust.zip
  • 97 - What Are Closures in Rust
  • 98 - What Are Smart Pointers in Rust
  • 99 - Code Along And Customize Your Own Smart Pointer in Rust
  • 100 - Exercise Customize Your Own Custom Smart Pointer
  • 101 - 16-smart-pointers-in-rust.zip
  • 101 - Solution Customize Your Own Custom Smart Pointer
  • 102 - Multi Threads in Rust
  • 103 - Exercise Build Your Own Multi Threads in Rust
  • 104 - 19-concurrency-and-multi-threads-in-rust.zip
  • 104 - Solution Build Your Own Multi Threads in Rust
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 3628
    حجم: 3116 مگابایت
    مدت زمان: 394 دقیقه
    تاریخ انتشار: 29 دی 1401
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید