rustlings/exercises/standard_library_types
marisa 9bdb0a12e4 feat: Refactor hint system
Hints are now accessible using the CLI subcommand `rustlings hint
<exercise name`.

BREAKING CHANGE: This fundamentally changes the way people interact with exercises.
2019-11-11 16:51:38 +01:00
..
README.md fixed outdated links 2019-05-26 14:57:56 +02:00
arc1.rs feat: Refactor hint system 2019-11-11 16:51:38 +01:00
iterators2.rs feat: Refactor hint system 2019-11-11 16:51:38 +01:00
iterators3.rs feat: Refactor hint system 2019-11-11 16:51:38 +01:00
iterators4.rs feat: Refactor hint system 2019-11-11 16:51:38 +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!