Summary

We'll cover the following...
  • Rust uses a lot of special symbols like { and )

  • Many of these symbols come in pairs

  • These pairs of symbols need to nest inside each other

  • It’s good practice to follow layout rules to make ...