February 4, 2019 by Daniel P. Clark

Rust Simplified – Ep 1 – Pattern Matching

Rust Simplified is a series aimed at making Rust much more simple for others to learn.  In this episode we cover pattern matching; which is the basis for creating organized data structures and how to use those in simple conditional/destructuring ways.  This episode does cover a little bit into other areas, but the main focus here is on pattern matching and those other areas shall be covered in another video.


Extra content such as Q&As and Livestreams will be announced, and available as they’re made, on Patreon https://www.patreon.com/allyourdev

Episode Timeline

  • 02:14 – Structuring & Destructuring Assignment
  • 06:13 – Named Struct / Named Tuple
  • 08:53 – Enums
  • 10:48 – Derive Debug Formatter
  • 12:20 – Logic Switching With Match
  • 26:58 – If Let

Twitter: http://twitter.com/All_Your_Dev 

Twitter: http://twitter.com/6ftdan

Website: https://6ftdan.com/allyourdev/

Rust Playground: https://play.rust-lang.org/

Patreon: https://www.patreon.com/allyourdev

#educational#pattern matching#programming#rust#rust simplified#series

Leave a Reply

Your email address will not be published / Required fields are marked *