Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 673 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 673 Bytes

Source code for the Rust Course 2021 - Chapter 3

See the full series the Learning Rust by the Book series.

Commands:

  • variables (let, mutability, const)
    • cargo watch -q -c -x 'run -q --example variables'
  • types (integer, float, char, tuple, array)
    • cargo watch -q -c -x 'run -q --example types'
  • variables
    • cargo watch -q -c -x 'run -q --example functions'
  • variables (if/else, loop, while, for)
    • cargo watch -q -c -x 'run -q --example flows'