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
Martin HART 166a53946c Correct small typo in exercises/conversions/from_str.rs 3 years ago
..
clippy chore: add explanatory comment to clippy1 5 years ago
collections fix(hashmap2): Update incorrect assertion (#660) 4 years ago
conversions Correct small typo in exercises/conversions/from_str.rs 3 years ago
enums chore: Removed extra whitespaces 4 years ago
error_handling chore: Removed extra whitespaces 4 years ago
functions fix(functions3): improve function argument type (#687) 4 years ago
generics chore: Removed extra whitespaces 4 years ago
if feat: Add if2 exercise 4 years ago
macros Make macros4 not compile by default 4 years ago
modules Merge branch 'master' into refactor-hints 5 years ago
move_semantics fix(move_semantics4): Remove redundant "instead" (#640) 4 years ago
option fix(option2): Rename uninformative variables (#675) 4 years ago
primitive_types fix(primitive_types6): remove 'unused doc comment' warning 4 years ago
standard_library_types feat(arc1): Add more details to description and hint (#710) 4 years ago
strings Merge branch 'master' into refactor-hints 5 years ago
structs fix(structs): Add 5.3 to structs/README (#652) 4 years ago
tests fix(quiz3): Second test is for odd numbers, not even. (#553) 4 years ago
threads fix(threads1): line number correction 4 years ago
traits chore: Removed extra whitespaces 4 years ago
variables fix(variables5) : make shadowing more prominent 4 years ago
README.md fix: added missing exercises to info.toml 4 years ago
quiz1.rs feat: renames test to quiz, fixes #244 4 years ago
quiz2.rs fix(exercises): adding question mark to quiz2 4 years ago
quiz3.rs fix(quiz3): Force an answer to Q2 (#672) 4 years ago
quiz4.rs feat: renames test to quiz, fixes #244 4 years ago

README.md

Exercise to Book Chapter mapping

Exercise Book Chapter
variables §3.1
functions §3.3
if §3.5
move_semantics §4.1
primitive_types §4.3
structs §5.1
enums §6
modules §7.2
collections §8.1
strings §8.2
error_handling §9
generics §10
option §10.1
traits §10.2
tests §11.1
standard_library_types §13.2
threads §16.1
macros §19.6
clippy n/a
conversions n/a