Tuples in Rust

  1. Rust tuple - fixed-sizes, mixed, ordered collection
  2. Define the types in the tuple
  3. Change tuple (mutable)
  4. Create tuple with types, but without values
  5. Destructuring tuple
  6. The empty tuple is called the unit
  7. One element tuple