Introduction
Get Rust tips and tricks
(00:37)
How to use the exercise files
(00:48)
1. Macros
TODO: Karaoke version
(03:00)
Unreachable: Programmer vs. compiler
(02:39)
dbg: Debugging homework
(03:26)
env vs. option_env: Checking logging levels
(02:58)
2. Matching My Options
How to think about Option
(03:26)
Tips on how to act on Option
(03:00)
Match tips
(03:20)
3. Quick Wins
Create multiple programs in one project
(03:27)
Speed up your code with release builds
(03:16)
Get command line input
(03:01)
What is derivable?
(02:56)
The fastest way to get to the Rust Docs
(01:38)
Conclusion
Next steps
(00:35)