Loops in Rust

  1. Three types of loops in Rust
  2. While loop in Rust
  3. Rust: loop with break
  4. for loop in Rust
  5. Iterate over both index and value of a vector (enumerate)