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
JP 197d3a3d89
fix(iterators2): Update description (#578)
grammar fix in the description
4 years ago
..
README.md feat: Added iterators1.rs exercise 4 years ago
arc1.rs fix(arc1): index mod should equal thread count 4 years ago
box1.rs chore: Run rustfmt on exercises 4 years ago
iterators1.rs feat: Added iterators1.rs exercise 4 years ago
iterators2.rs fix(iterators2): Update description (#578) 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 Box exercise check out the chapter Using Box to Point to Data on the Heap.

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.