Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Meditation Personal Transformation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Google Analytics
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Modeling Data Analysis Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Blogging Freelancing Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
2021-02-05 08:04:17
30-Day Money-Back Guarantee
Development Programming Languages Rust Programming Language

Rust for Beginners: Learn Rust in 4 Hours

Rust made Easy! No Previous Experience Required. The course takes you from Zero to Hero in just 4 Hours.
Hot & New
Rating: 4.5 out of 54.5 (30 ratings)
11,667 students
Created by Ajay R Warrier
Last updated 2/2021
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Master all the basics of Rust Programming
  • Fundamentals of Programming
  • Develop problem solving ability
  • Practical Understanding of Fundamentals of Rust

Course content

6 sections • 56 lectures • 3h 55m total length

  • Preview01:27
  • Preview00:44
  • Preview02:10
  • Preview03:48
  • Preview02:42
  • Preview04:39

  • Let's start our Journey
    01:44
  • Code Block
    01:28
  • Introduction to Functions
    02:35
  • Macros
    02:16
  • Breaking down our First Crate/Package
    02:58
  • Cargo.toml and Cargo.lock
    01:55
  • Debug vs. Release
    04:03

  • Introduction to Data Types
    02:53
  • Variables in Rust
    04:24
  • Data Types in Rust
    06:22
  • Variables and Data Types in Practice
    03:10
  • Different ways of using Variables
    04:09
  • Mutability and Constants
    03:13
  • Booleans and Logical Operators
    02:56
  • Control Flow
    02:16
  • If, Else and Else if
    07:14
  • Cool way of using Conditional Expressions.
    02:22
  • Loops
    04:59
  • Break: Escaping Loops
    01:22
  • Functions
    10:48
  • Introduction to Structures
    04:30
  • Rust Standard Library
    06:02
  • Reading Input from the User
    12:42
  • Using Modules: Quick Tip
    01:29

  • Project Introduction
    03:54
  • Reading Input from the User
    05:07
  • Performing Operations
    04:32
  • Adding Improvements to our Calculator
    05:22
  • Project Summary
    02:07

  • Introduction to Ownership
    02:22
  • Stack
    07:09
  • Scope, Pointers and Heap
    05:32
  • Ownership Rules in Rust
    03:24
  • Shallow and Deep Copy
    07:00
  • Ownership and Functions
    07:40
  • Memory Management Summary
    01:27

  • Data Structures 1: Arrays
    08:53
  • Traversing through Arrays
    03:37
  • Iterators and Arrays
    05:41
  • Data Structures 2: Tuples
    03:53
  • Data Structures 3: Vectors
    03:38
  • Data Structures 5: Structures
    07:49
  • Introduction to Enums
    04:26
  • Match Control Flow
    03:58
  • Introduction to Error Handling in Rust
    03:08
  • Recoverable Errors and the Result Enum
    05:07
  • Quick Throwback: Using Expect
    02:06
  • Some and None in Rust
    05:20
  • Data Structures 4: Hash Maps
    06:58
  • Never Ending Course
    01:53

Requirements

  • Interest to learn
  • Basic computer knowledge.
  • A Computer and Internet Connection

Description

Stack overflow surveys every year since 2016 show  Rust as the #1 loved language. There is a reason for that. It is a language that is made for the future. It brings in lessons from every single programming language of the last 30-40 years and puts forward a new way of writing memory safe programs.

Rust focuses on one thing, writing code that doesn't crash and is memory safe. It is a programmer's dream as it helps you write safe code. This course is for anyone and everyone looking to enter the world of Rust. You need to have zero programming experience to start learning with this course. You don't need any background in Computer Science as well. The lectures are made with Beginners in mind.

The goal of this course is not to teach you everything that is there in Rust. That will take forever. The goal is to make you someone who has a solid understanding of the foundations of Rust. With that you can go out and progress in the world of Rust on your own.

A wise man once said "Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime". That is the philosophy of this course.


   

Who this course is for:

  • This Rust course is meant for beginners who are not familiar with Rust syntax
  • Students looking for a quick refresher on Rust
  • Anyone with a passion to learn something new
  • Anyone who is willing to work hard to learn a new and complicated programming language
  • Intermediate level programmers who are looking to get a quick overview of Rust.
  • This course is probably not for you if you're an expert programmer looking to learn advanced Rust concepts

Instructor

Ajay R Warrier
Making Your Life Easier.
Ajay R Warrier
  • 4.6 Instructor Rating
  • 995 Reviews
  • 37,301 Students
  • 7 Courses

Ajay Warrier is the founder of Bananas Academy, an independent game studio that makes educational games.

He also teaches programming to more than 19000 students from all over the world on Udemy.

A Computer Science Engineer with a Master's Degree in Marketing. He has industry level experience in game development(Godot), cross-platform mobile development (Flutter), and distributed applications (Ethereum Blockchain).

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.