Loops in Rust

  1. Three types of loops in Rust
  2. While loop in Rust
  3. Rust: loop with break
  4. break returns value from loop
  5. for loop in Rust