You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rustlings/exercises/standard_library_types
Dan Wilhelm 9590082848 fix: update iterator and macro text for typos and clarity
- /macros/README.md: Typo "modules" => "macros"
- iterators2.py: Reduce line length to <90-char width.
- iterators4.py: Update 'fun' => 'challenge' as per PR#177
- rustlings hint iterators4: improve clarity
4 years ago
..
README.md fixed typo 5 years ago
arc1.rs fix(arc1): Fix some words in the comment 5 years ago
iterators2.rs fix: update iterator and macro text for typos and clarity 4 years ago
iterators3.rs Merge branch 'master' into refactor-hints 5 years ago
iterators4.rs fix: update iterator and macro text for typos and clarity 4 years ago

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