refactoring standard_library_types as iterators
This commit is contained in:
parent
a8fd315e09
commit
a0c5a892d3
8
exercises/iterators/README.md
Normal file
8
exercises/iterators/README.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# Iterators
|
||||||
|
|
||||||
|
This section will teach you about Iterators.
|
||||||
|
|
||||||
|
## Further information
|
||||||
|
|
||||||
|
- [Iterator](https://doc.rust-lang.org/book/ch13-02-iterators.html)
|
||||||
|
- [Iterator documentation](https://doc.rust-lang.org/stable/std/iter/)
|
|
@ -1,10 +0,0 @@
|
||||||
# Standard library types
|
|
||||||
|
|
||||||
This section will teach you about Box, Shared-State Concurrency and Iterators.
|
|
||||||
|
|
||||||
## Further information
|
|
||||||
|
|
||||||
- [Using Box to Point to Data on the Heap](https://doc.rust-lang.org/book/ch15-01-box.html)
|
|
||||||
- [Shared-State Concurrency](https://doc.rust-lang.org/book/ch16-03-shared-state.html)
|
|
||||||
- [Iterator](https://doc.rust-lang.org/book/ch13-02-iterators.html)
|
|
||||||
- [Iterator documentation](https://doc.rust-lang.org/stable/std/iter/)
|
|
Loading…
Reference in a new issue