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
stevenfukase 60bb7cc393
Fix test (#958)
fix(errors1): don't modify tests
2 years ago
..
advanced_errors fix: Include exercises folder in the project structure behind a feature (#917) 2 years ago
clippy fix: Include exercises folder in the project structure behind a feature (#917) 2 years ago
collections fix: Include exercises folder in the project structure behind a feature (#917) 2 years ago
conversions fix: Include exercises folder in the project structure behind a feature (#917) 2 years ago
enums fix: Include exercises folder in the project structure behind a feature (#917) 2 years ago
error_handling Fix test (#958) 2 years ago
functions fix: Include exercises folder in the project structure behind a feature (#917) 2 years ago
generics fix: Include exercises folder in the project structure behind a feature (#917) 2 years ago
if fix: Include exercises folder in the project structure behind a feature (#917) 2 years ago
intro fix: Include exercises folder in the project structure behind a feature (#917) 2 years ago
macros fix: Include exercises folder in the project structure behind a feature (#917) 2 years ago
modules fix: Include exercises folder in the project structure behind a feature (#917) 2 years ago
move_semantics fix(move_semantics2): Add comment 2 years ago
option fix: Include exercises folder in the project structure behind a feature (#917) 2 years ago
primitive_types fix: Include exercises folder in the project structure behind a feature (#917) 2 years ago
standard_library_types fix(iterators1): reorder TODO steps 2 years ago
strings fix: Include exercises folder in the project structure behind a feature (#917) 2 years ago
structs fix: Include exercises folder in the project structure behind a feature (#917) 2 years ago
tests fix: Include exercises folder in the project structure behind a feature (#917) 2 years ago
threads fix: Include exercises folder in the project structure behind a feature (#917) 2 years ago
traits fix: Include exercises folder in the project structure behind a feature (#917) 2 years ago
variables fix: Include exercises folder in the project structure behind a feature (#917) 2 years ago
README.md feat(modules): update exercises, add modules3 (#822) 3 years ago
mod.rs fix: Include exercises folder in the project structure behind a feature (#917) 2 years ago
quiz1.rs fix(quiz1): update to say quiz covers "If" 3 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
collections §8.1, §8.3
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