YoVDO

Rust Programming Language Tutorial 2017

Offered By: YouTube

Tags

Rust Courses Software Development Courses

Course Description

Overview

Learn the fundamentals of Rust programming in this 30-minute tutorial. Discover how to set up your development environment, including installing Rust on Windows and configuring the Brackets code editor with a Rust IDE plugin. Explore essential language features such as creating and manipulating vectors, writing functions with and without arguments, and working with mutable and immutable variables. Master basic syntax including comments, if-else statements, and conditional expressions that return values. Gain hands-on experience by compiling and running Rust programs using the command prompt, starting with a classic "Hello, World!" example.

Syllabus

Hello world in Rust programming language - example.
How to Download and Install Rust programming language on Windows.
How to put one line comment and multi line comments in Rust programming language.
How To Install Rust IDE plugin in Brackets code editor (syntax highlighting, auto-completion).
How to Create a Vector in Rust programming language.
How to Get the Value at a particular Index in the Vector in Rust programming language.
How to Iterate Through Vector in Rust programming language.
How to Initialize a Vector of a Fixed Length to have All Same Values in Rust programming language.
How to Write a Function in Rust programming language.
How to Write a Function With Arguments in Rust programming language.
How to Compile and Run a Program in Command Prompt in Rust Language (rustc command).
Mutable and Immutable Variables in Rust language - Rust language tutorial.
if - else Statement in Rust Programming Language - Rust language Tutorial.
if-else Statement in Rust can Return a Value - Rust language tutorial.


Taught by

nevsky.programming

Related Courses

Software as a Service
University of California, Berkeley via Coursera
Software Testing
University of Utah via Udacity
The Hardware/Software Interface
University of Washington via Coursera
Software Debugging
Saarland University via Udacity
Introduction to Systematic Program Design - Part 1
The University of British Columbia via Coursera