Recap
What do you still remember?
Test yourself: Take the geometry exercise, and use structs instead of tuples.
This slide should take about 8 minutes.
Key Points:
- Rust comes with lots of tools
- Data types: let does type inference,
u32
is a number - Expressions!
&mut
and&
- Tuples