Overview
Dive into a comprehensive one-hour crash course on Rust programming for beginners. Learn the fundamentals of Rust, from setting up your development environment to creating your first Rust file and project. Explore essential concepts such as variables, data printing, and string manipulation. Develop a guessing game while mastering user input, mutable references, and error handling. Discover how to install and use crates, generate random numbers, and implement control structures like if expressions, match statements, and loops. Gain practical knowledge on working with vectors and utilizing for-in loops. By the end of this tutorial, acquire a solid foundation in Rust programming and guidance on further learning opportunities.
Syllabus
- Intro
- What is Rust?
- How to get started
- Creating a Rust File
- Starting a Project
- Files
- Variables
- Printing Data
- Guessing Game
- Strings
- Getting Input from User
- Mutable reference
- Expect
- Installing Crates
- Generating a Ransom Number
- if Expression
- Match
- Loops
- Error Handling
- Vectors
- for in Loop
- What’s Next?
Taught by
Caleb Curry