Links
Section 1
1.
Functions
1.1.
Looping
2.
Generics
3.
Pattern Matching
Section 2
4.
Printing
5.
References
6.
Stack
7.
Strings
8.
Structs
9.
Traits
10.
Types
11.
Questions
Light (default)
Rust
Coal
Navy
Ayu
Learn Rust
Questions
Why does
mut
seem to do double duty? (re-assignable identifiers and mutable values)