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 Mindfulness Personal Development Personal Transformation Life Purpose Meditation Coaching 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 Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ Unreal Engine Blueprints 2D Game Development Blender
30-Day Money-Back Guarantee

This course includes:

  • 8.5 hours on-demand video
  • 24 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
Development Programming Languages Rust Programming Language

The Rust Programming Language

Learn a modern, powerful yet safe systems programming language!
Rating: 4.3 out of 54.3 (2,387 ratings)
12,462 students
Created by Dmitri Nesteruk
Last updated 9/2020
English
English [Auto], French [Auto], 
30-Day Money-Back Guarantee

What you'll learn

  • Solve problems in Rust
  • Understand Rust's strengths and weaknesses
  • Effectively leverage Rust's memory safety guarantees
  • Write applications and libraries
  • Test and document your code
Curated for the Udemy for Business collection

Course content

12 sections • 61 lectures • 8h 18m total length

  • Preview03:32
  • Installing and Configuring Rust
    02:40
  • Hello, Rust!
    03:31
  • Introducing the Cargo Package Manager
    07:59
  • Preview06:53

  • Numbers on the Computer
    25:59
  • Application Entrypoint
    03:01
  • Core Data Types
    21:24
  • Operators
    10:25
  • Scope and Shadowing
    06:13
  • Declaring and Using Constants
    04:32
  • Stack and Heap
    12:24
  • Debugging Rust Applications with CLion
    07:40

  • If Statement
    07:20
  • While and Loop
    04:08
  • For Loops
    04:47
  • Match Statement
    05:25
  • Combination Lock
    09:13

  • Structs
    03:40
  • Enumerations
    08:59
  • Preview08:42
  • Option<T> and if let/while let
    05:25
  • Arrays
    13:03
  • Slices
    05:26
  • Tuples
    09:31
  • Pattern Matching
    11:50
  • Generics
    05:54

  • Overview
    03:47
  • Vec(tor)
    13:09
  • HashMap
    07:26
  • HashSet
    11:46
  • Iterators
    09:53

  • Strings
    11:00
  • String Formatting (format!)
    07:43
  • Number Guessing Game
    08:07

  • Functions and Function Arguments
    06:38
  • Methods
    02:58
  • Closures
    10:48
  • Preview09:55

  • Traits
    12:41
  • Trait Parameters
    06:50
  • Into
    05:59
  • Drop
    05:59
  • Preview16:49
  • Static Dispatch
    06:33
  • Dynamic Dispatch
    03:07
  • Why Dynamic Dispatch?
    05:03
  • Vectors of Different Objects
    09:29

  • Ownership
    08:31
  • Borrowing
    07:12
  • Lifetime
    07:50
  • Lifetime in Structure Implementation
    04:41
  • Reference-Counted Variables (Rc)
    06:27
  • Atomic Reference-Counted Variables (Arc)
    03:57
  • Using a Mutex for Thread-Safe Mutability
    07:05

  • Circular References
    25:12

Requirements

  • Basic knowledge of computer science
  • A computer with a Rust-enabled IDE (VisualRust, intellij-rust, etc.)

Description

This course will teach you the fundamentals of Rust, a modern programming language that has the both the power of native code as well as the safety of some managed languages. In this course you will learn the following:

  • How to download and install Rust; how to compile programs and (optionally) work with an IDE.
  • Learn about fundamental data types and how to use them to declare variables.
  • Undersand arrays, vectors and strings, the concept of slices.
  • Learn to create functions, methods, closures, higher-order functions.
  • Understand how to create various data structures such as structs and enums; also traits.
  • Master Rust's explicit take on the concept of lifetime with ownership, borrowing, lifetime specifiers, lifetime elision.
  • Learn how to safely share data around your (possibly multithreaded) application with Rc, Arc and Mutex.
  • Use Rust's package managent using Cargo.
  • Learn about other useful topics: documentation, conditional compilation, testing.

This course, like all my other courses, will be supplemented with additional lectures based on participants' requests.

Who this course is for:

  • Systems programmers
  • Experienced developers interested in Rust
  • C/C++ programmers

Featured review

Lewis Lepton
Lewis Lepton
9 courses
3 reviews
Rating: 5.0 out of 5a year ago
ive dipped in & out of this series & learning rust in general. purely the fact that rust acts differently to what im used to & how I learn things. but the tutor has been great & the experience of learning rust is becoming clearer as well. all in all a great course

Instructor

Dmitri Nesteruk
Software/Hardware Engineering • Quant Finance • Algotrading
Dmitri Nesteruk
  • 4.5 Instructor Rating
  • 25,850 Reviews
  • 135,469 Students
  • 21 Courses

Dmitri is a quant, developer, book author and course author. His interests lie in software development and integration practices in the areas of computation, quantitative finance and algorithmic trading. His technological interests include C# and C++ programming as well high-performance computing using technologies such as CUDA and FPGAs. He has been a C# MVP since 2009. 

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