tour_of_rust
tour_of_rust copied to clipboard
Explain Constants right after Variables
Chapter 2 Table of contents feels a little out of order.
Current layout:
Variables
Changing Variables
Basic Types
Basic Type Conversion
Constants
Arrays
...
Feels like Constants
right after Changing Variables
would make more sense.
Proposed layout:
Variables
Changing Variables
Constants
Basic Types
Basic Type Conversion
Arrays
...
Happy to do a PR if everyone agrees. Thanks!