// MODULE 07

Common Collections

Vectors, strings, and hash maps — Rust's most-used collection types.

Common Collections

Based on The Rust Programming Language, Chapter 8

Topics Covered


Content coming soon. This module will cover Rust's most commonly used collection types stored on the heap: vectors for lists of values, strings for text, and hash maps for key-value pairs.