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.
2 parents cdd8e19 + 8774e47 commit c8e4b35Copy full SHA for c8e4b35
exercises/README.md
@@ -10,7 +10,7 @@
10
| structs | §5.1 |
11
| enums | §6 |
12
| modules | §7.2 |
13
-| collections | §8.1 |
+| collections | §8.1, §8.3 |
14
| strings | §8.2 |
15
| error_handling | §9 |
16
| generics | §10 |
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