Skip to content

Commit 8774e47

Browse files
authored
docs: Update collections README with HashMap link
1 parent e422ab1 commit 8774e47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exercises/collections/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ structures that are used very often in Rust programs:
2020
## Further information
2121

2222
- [Storing Lists of Values with Vectors](https://doc.rust-lang.org/stable/book/ch08-01-vectors.html)
23+
- [Storing Keys with Associated Values in Hash Maps](https://doc.rust-lang.org/book/ch08-03-hash-maps.html)

0 commit comments

Comments
 (0)