docs: Update collections README with HashMap link

pull/795/head
lauralindzey 3 years ago committed by GitHub
parent e422ab1507
commit 8774e47dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

Loading…
Cancel
Save