forked from 0x-r4bbit/intro-to-rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Nikema Prophet edited this page Jan 23, 2020
·
1 revision
I took notes for the workshop using GitHub's Projects and Issues. I didn't convert the cards to issues in order, so I'll link them in order here.
- Hello World
- Create a package with cargo
- Mutability and Variables
- Read user input
- Create and use functions + Simple error handling with expect()
- Create and use functions + Simple error handling with expect()
- Error Handling using Pattern Matching
- Exit the program
- Introducing loops
- Making the code more DRY