This course is an Introduction to the Rust programming language. Rust attempts to balance performance, productivity and language ergonomics while providing control over low-level programming features like memory management. In this video I will show you how to install rust using rustup on Windows and Linux. We'll then create our first Rust program which will print "Hello World" to the console. After that I'll show you how to use cargo to create a project, manage and install dependencies (crates) and build and run a rust program.
Contents:
0:00 Introduction
0:20 Why Rust?
0:51 Installing Rust on Windows
2:21 Installing Rust on Linux
3:24 Using rustup
3:45 First Program
5:59 Introduction to Cargo
9:37 Conclusion
Official Rust Website: https://www.rust-lang.org/
Rust Package Repository: https://crates.io/
Social Media:
Email: [email protected]
Twitter: / nikelaz
LinkedIn: / nikola-lazarov
#rust #installation #cargo