rustlings/exercises/standard_library_types
delet0r b0c9b33978 Changed Rust Book versions in links to 2018
Forgot to add changes to last commit.
2018-11-27 10:54:01 +01:00
..
README.md Changed Rust Book versions in links to 2018 2018-11-27 10:54:01 +01:00
arc1.rs right let's try this one again 2018-11-09 20:31:14 +01:00
iterator3.rs right let's try this one again 2018-11-09 20:31:14 +01:00
iterators4.rs right let's try this one again 2018-11-09 20:31:14 +01:00

README.md

For the Arc exercise check out the chapter Shared-State Concurrency of the Rust Book.

For the Iterator exercise check out the chapters Iterator of the Rust Book and the Iterator documentation. Do not adjust your monitors-- iterators 1 and 2 are indeed missing. Iterator 3 is a bit challenging so we're leaving space for some exercises to lead up to it!