Rust Adventures: Introduction to Collections — Hash Maps

Floriano Victor Peixoto
Level Up Coding
Published in
5 min readAug 28, 2020

--

We continue our adventurer through the Rust lands with Hash Maps this time!

This kind of collection is really useful to make your programs faster, so let’s go and see how it is like. All the code you can find here.

What is a Hash Map?

--

--