Learn Rust with Me! Part 1 - Installing Rust and Hello World!

Опубликовано: 13 Июнь 2026
на канале: Will Velida
8,815
148

Rust is an open-source, systems programming language that you can use to develop efficient, safe software. Using Rust, we can build programs that have direct control over low-level details, while also giving developers access to high level features, setting it apart from other low-level languages like C and C++!

In this video, we take our first steps into Rust development, learning what it is and why we would use it, install the tools needed for Rust development, and then create our first Rust program!

0:00 | Introduction
0:45 | What is Rust?
1:08 | Why should we use Rust?
2:21 | When would we use Rust?
3:42 | Installing Microsoft Build Tools and Rust
7:36 | Creating a Hello World program manually
8:54 | Using Cargo to create, build, and run a Rust program
11:05 | Wrap up

Links!
Source code for this lesson: https://github.com/willvelida/learn-rust
Install Visual Studio Code: https://code.visualstudio.com/download
Install Microsoft Build Tools: https://visualstudio.microsoft.com/vi...
Install Rust: https://rustup.rs/