Summary
Explore Rust's syntax, layout rules, and use of paired symbols for readability. Understand expressions as values, the role of variables, and how functions use blocks with statements and expressions to create effective code.
We'll cover the following...
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 ...