1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-06-08 22:16:12 +02:00
rustlings/exercises/standard_library_types
sjmann a3f70124dc fixed typo 2020-02-22 14:28:07 +00:00
..
README.md fixed typo 2020-02-22 14:28:07 +00:00
arc1.rs fix(arc1): Fix some words in the comment 2019-11-12 18:37:23 +01:00
iterators2.rs Merge branch 'master' into refactor-hints 2019-11-11 17:21:06 +01:00
iterators3.rs Merge branch 'master' into refactor-hints 2019-11-11 17:21:06 +01:00
iterators4.rs Merge branch 'master' into refactor-hints 2019-11-11 17:21:06 +01:00

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-- iterators1.rs is indeed missing. Iterators is a challenging topic, so we're leaving space for a simpler exercise!