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 CompTIA Security+ Amazon AWS 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 Meditation 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 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++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Programming Languages Rust Programming Language

Rust Programming for Beginners

Learn Step by Step and Hands On
Rating: 3.2 out of 53.2 (26 ratings)
118 students
Created by Anjali Singh, Sumit Singh
Published 12/2016
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Gain Functional Programming knowledge and skills
  • Would be able to start developing their own application in Rust.

Course content

3 sections • 35 lectures • 2h 17m total length

  • Preview04:05

  • Preview01:47
  • Preview03:05

  • Preview04:16
  • Cargo Package Manager
    05:12
  • Immutability and Workaround
    03:54
  • Concept of Signed and Unsigned Numbers
    07:42
  • Signed and Unsigned Integers
    04:53
  • If Else Statement
    02:44
  • If Else Statement as an Expression
    03:10
  • For Loop
    02:19
  • While Loop
    02:27
  • Functions - Calling and Return Type
    05:27
  • Functions - Passing Values
    01:24
  • Boolean Data Type
    03:55
  • Boolean in Functions
    03:20
  • Arrays
    03:30
  • Array Length and Default Initialization
    03:16
  • Slicing in Rust Lang
    05:28
  • Strings and its Types
    04:35
  • Multiple Line Strings
    03:07
  • String Slice to String
    03:11
  • String Coercion
    04:32
  • Tuples
    03:45
  • Implicit and Explicit Return
    03:23
  • Function Pointers
    03:25
  • Version and Creating a New Application
    01:07
  • Vectors
    04:26
  • Iterating over Vector and Index
    03:04
  • Vectors With Capacity
    03:52
  • Standard io Library
    05:24
  • Structures - Struct
    05:26
  • Enums
    07:39
  • Scope
    05:49
  • Crates
    03:03

Requirements

  • The course starts from very basics and no prior programming knowledge is required.

Description

Rust is the programming language of the future.
Rust is a systems programming language focused on three goals: safety, speed, and concurrency. It maintains these goals without having a garbage collector, making it a useful language for a number of use cases other languages aren’t good at: embedding in other languages, programs with specific space and time requirements, and writing low-level code, like device drivers and operating systems.

Rust attempts to give you a language with 100% control, yet be absolutely safe. It does this through extensive compile-time checking, so you pay little (and often no!) cost at run time for its safety features. Rust has some strong advantages in the concurrency department due to its ownership model. For example, sharing mutable state across a concurrency boundary without a mutex is a compile-time error in Rust. This is super huge on the correctness side.

It improves on current languages targeting this space by having a number of compile-time safety checks that produce no run time overhead, while eliminating all data races. Rust also aims to achieve ‘zero-cost abstractions’ even though some of these abstractions feel like those of a high-level language. Even then, Rust still allows precise control like a low-level language would.

Rust has lot of great features that will blow your mind away.

  • It is a perfectly designed language.
  • While learning Rust you will certainly learn best coding practices and will deal with well-written code.
  • Here concepts are easily expressed due to algebraic data types.
  • It puts strong focus on speed, safety and concurrency.
  • It removes a lot of unnecessary garbage for example fussy syntax.
  • It adds a straightforward object model, adds modern tooling, and has some brilliant ideas like ownership.
  • The compiler safety guarantees and zero-cost abstractions mean that it’s often like writing a high-level language (for safety) or a more mid-level language (for ease of use) while getting all the capabilities of a lower-level language like C (performance, low-level access).

This course explains everything Step by Step Hands On.

Who this course is for:

  • This course is ideal if you want to grow your functional programming skills
  • This course is ideal if you want to take your first steps with Systems Programming.
  • This course is for anyone looking to learn Rust Language developed by Mozilla..

Instructors

Anjali Singh
Functional Programming Expert
Anjali Singh
  • 3.8 Instructor Rating
  • 143 Reviews
  • 3,765 Students
  • 3 Courses

Anjali has been working with front end programming language for more than 6 Years. With an innate ability to simplify complex topics, she has been mentoring students beginning their careers in software development and Mathematics for many years both online and through classroom lectures. Anjali has now started her own initiative "Bhelabandh Technologies" to promote Functional Languages, with some expert software professionals creating courses on Functional Programming. Functional Programming languages like Rust, Julia, Haskell, Elixir etc are considered to be the languages of future. Its the right time to invest in yourself by learning functional programming.

Sumit Singh
Functional Programming Trainer
Sumit Singh
  • 3.8 Instructor Rating
  • 143 Reviews
  • 3,765 Students
  • 3 Courses

I have a post graduate degree in Finance. Being good in Mathematics and computing since my child hood I have been training people locally on topics like Mathematics, Accounting, Functional Programming etc. I want to spread the love and knowledge for Functional Programming throughout the world. I have 8+ years of experience in Financial Modelling and programming, and I have been working with Rust, Julia and Elixir programming languages since long. For eg I have been working with and Teaching Julia even before it was officially released in 2012. I teach all my courses Step by Step, Hands On with Passion. 

  • 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.