Once a week we will meet up to learn something new in Rust. I will be teaching the first 5 chapters of the Rust book (more if things go fast) which creates a solid foundation for you to continue learning on your own. The first 5 chapters include:
1. Installation and basics of terminal
2. Basic foundations of Rust: variables, mutability, functions, comments, and data types
3. Project: build a guessing game
4. Ownership and pointers
5. Structs
Prior programming knowledge is recommended, however not required