Rust 101 - 6: Structs and Enums
October 05, 2023 [Programming, Programming Languages, Rust, Tech, Videos]Continuing our review of the things you need in Rust to write programs - grouping together data using structs, and allowing multiple possibilities with enums. We look at how to decide which thing you've got with the match keyword, and review a very popular enum called Option, which lets you say either you've got something, or you've got nothing.
Series: Language basics, More syntax, Traits and generics, Building applications, Concurrency and parallelism, Trait objects, Async, Unsafe, FFI
This section (More syntax): 5: References, 6: Structs and Enums, 7: Panic and Result, 8: Methods, 9: Vec and Box, 10: Strings, 11: Exercises A2
Links:
- Slides: Rust 101 - 6: Structs and Enums slides
- Exercises: artificialworlds.net/presentations/rust-101/exercises/A2-advanced-intro/mod.html
The course materials for this series are developed by tweede golf. You can find more information at github.com/tweedegolf/101-rs and you can sponsor the work at github.com/sponsors/tweedegolf. They are released under the Creative Commons Attribution Share Alike 4.0 International license.
This series of videos is copyright 2023 Andy Balaam and the tweede golf contributors and is released under the Creative Commons Attribution Share Alike 4.0 International license.