Skip to content

jeremychone-channel/rust-book-03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

Releases

No releases published

Packages

No packages published

Languages