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
Enrico Miccoli 76b4cb5c00
chore: Correct typo
5 years ago
..
README.md fixed outdated links 5 years ago
arc1.rs chore: Clean up some formatting in exercises 5 years ago
iterators2.rs chore: Correct typo 5 years ago
iterators3.rs chore: Clean up some formatting in exercises 5 years ago
iterators4.rs Fix permissions on source files 6 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-- 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!