The ultimate Rust lang tutorial. Follow along as we go through the Rust lang book chapter by chapter.
? Get notified when the Rust Cheatsheet comes out: https://letsgetrusty.com/cheatsheet
The Rust book: https://doc.rust-lang.org/stable/book/
0:00 Intro
0:46 Test Example
3:21 Writing a Failing Test
4:25 Testing Product Code
7:55 assert_eq! Macro
9:52 Custom Failure Messages
11:39 Asserting That a Function Panics
14:02 Returning a Result Type
14:33 Outro
#letsgetrusty #rustlang #tutorial