We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e422ab1 commit 8774e47Copy full SHA for 8774e47
exercises/collections/README.md
@@ -20,3 +20,4 @@ structures that are used very often in Rust programs:
20
## Further information
21
22
- [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