Intro to Intermediate Rust - Data Structs & Collections
This module will delve into some more intermediate concepts: collections and data structs.
📄️ Collections - Vectors, Strings, Hashmaps
Learn what collections are, and when to use which in Rust.
📄️ Data Structs
Learn what data structs are in Rust.
📄️ Defining Methods for Structs
Learn how to define methods for structs in Rust.
📄️ Vectors, Strings, and &str Slices
Learn the difference between vectors and strings in Rust.