Storing Key-Value Pairs with Rust Hash Maps

# Introduction Welcome to **Storing Keys With Associated Values in Hash Maps**. This lab is a part of the [Rust Book](https://doc.rust-lang.org/book/). You can practice your Rust skills in LabEx. In this lab, we will explore the concept of hash maps and how they can be used to store keys with associated values.

|60 : 00

Click the virtual machine below to start practicing