mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-09 04:09:20 +00:00
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…
x
Reference in New Issue
Block a user