docs(exercises): add information for collections
Add additional further information for collections
This commit is contained in:
parent
4da9e7ee29
commit
ac5922d17e
|
@ -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/stable/book/ch08-03-hash-maps.html)
|
||||||
|
|
Loading…
Reference in a new issue