mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
docs: Update collections README with HashMap link
This commit is contained in:
parent
e422ab1507
commit
8774e47dc3
1 changed files with 1 additions and 0 deletions
|
@ -20,3 +20,4 @@ structures that are used very often in Rust programs:
|
||||||
## Further information
|
## Further information
|
||||||
|
|
||||||
- [Storing Lists of Values with Vectors](https://doc.rust-lang.org/stable/book/ch08-01-vectors.html)
|
- [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)
|
||||||
|
|
Loading…
Reference in a new issue