rustlings/exercises/standard_library_types/README.md

6 lines
492 B
Markdown
Raw Normal View History

2020-05-26 15:46:24 -05:00
For the Box exercise check out the chapter [Using Box to Point to Data on the Heap](https://doc.rust-lang.org/book/ch15-01-box.html).
2019-05-26 07:57:56 -05:00
For the Arc exercise check out the chapter [Shared-State Concurrency](https://doc.rust-lang.org/book/ch16-03-shared-state.html) of the Rust Book.
2019-05-26 07:57:56 -05:00
For the Iterator exercise check out the chapters [Iterator](https://doc.rust-lang.org/book/ch13-02-iterators.html) of the Rust Book and the [Iterator documentation](https://doc.rust-lang.org/stable/std/iter/).