rust-book-tutorial

Simplified video series of the Official Rust book documentation

Stars
5

Rust book video tutorial

A simplified and interactive video series of the official Rust book documentation. Have fun watching the video and please do note that we also have interactions enabled in the video itself for you to try out the code that is getting explained.

  1. Hello World
  2. Intro to Cargo: The Rust build and package manager
  3. Rust basics: Declaring variables and reading input
  4. Introduction to error handling in Rust
  5. Generating random number in Rust
  6. Comparing variables
  7. trim() and parse()
  8. Looping and breaking
  9. Handling valid user input
  10. Variables and Mutability
  11. Constants in Rust
  12. Shadowing in Rust