Vectors, strings, and hash maps — Rust's most-used collection types.
Based on The Rust Programming Language, Chapter 8
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.