diff options
| author | lauralindzey <65185744+lauralindzey@users.noreply.github.com> | 2021-07-06 01:31:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-06 01:31:27 -0700 |
| commit | 8774e47dc34c8a7929a8b7d7504999028935ff6e (patch) | |
| tree | e40ed6ee617dc834f85f25b0fa2387394ea83001 /exercises | |
| parent | e422ab150738f578c4dc2560687a1e7214924d31 (diff) | |
docs: Update collections README with HashMap link
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/collections/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exercises/collections/README.md b/exercises/collections/README.md index 0291bc8..b6d62ac 100644 --- a/exercises/collections/README.md +++ b/exercises/collections/README.md @@ -20,3 +20,4 @@ structures that are used very often in Rust programs: ## Further information - [Storing Lists of Values with Vectors](https://doc.rust-lang.org/stable/book/ch08-01-vectors.html) +- [Storing Keys with Associated Values in Hash Maps](https://doc.rust-lang.org/book/ch08-03-hash-maps.html) |
