Update 108-hashmap.md (#5958)

Add Rust Hashmap content links.

---------

Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
pull/5969/head
Jhonatan Mustiola 5 months ago committed by GitHub
parent c9d6b36b34
commit 338bce1308
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      src/data/roadmaps/rust/content/101-language-basics/103-data-structures/108-hashmap.md

@ -4,4 +4,7 @@ The `HashMap` in Rust is part of the standard library's collections framework an
Learn more from the following links:
- [@article@Storing Keys With Associated Values In Hash Maps](https://doc.rust-lang.org/book/ch08-03-hash-maps.html?highlight=hashmap#storing-keys-with-associated-values-in-hash-maps)
- [@official@HashMap in std::collections - Rust](https://doc.rust-lang.org/std/collections/struct.HashMap.html)
- [@official@Storing Keys With Associated Values In Hash Maps](https://doc.rust-lang.org/book/ch08-03-hash-maps.html?highlight=hashmap#storing-keys-with-associated-values-in-hash-maps)
- [@article@Hash Table](https://en.wikipedia.org/wiki/Hash_table)
- [@video@HashMaps: key-value stores in Rust](https://www.youtube.com/watch?v=BfmSYuDdg8Q)

Loading…
Cancel
Save