Assignment and Compound Assignment Operators
This lesson teaches assignment and compound assignment operators in Rust.
We'll cover the following...
Assignment Operator
The assignment operator is used to save a value in the variable.
Type
Rust has only one assignment ...