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
diannasoreil 51817820f2
Merge pull request #961 from J-S-Kim/main
fix(errors6.rs): remove one answer code
2 years ago
..
advanced_errors fix: Include exercises folder in the project structure behind a feature (#917) 3 years ago
clippy fix: Include exercises folder in the project structure behind a feature (#917) 3 years ago
collections fix: Include exercises folder in the project structure behind a feature (#917) 3 years ago
conversions fix: Include exercises folder in the project structure behind a feature (#917) 3 years ago
enums fix: Include exercises folder in the project structure behind a feature (#917) 3 years ago
error_handling Merge pull request #961 from J-S-Kim/main 2 years ago
functions fix: Include exercises folder in the project structure behind a feature (#917) 3 years ago
generics fix: Include exercises folder in the project structure behind a feature (#917) 3 years ago
if fix: Include exercises folder in the project structure behind a feature (#917) 3 years ago
intro fix: Include exercises folder in the project structure behind a feature (#917) 3 years ago
macros fix: Include exercises folder in the project structure behind a feature (#917) 3 years ago
modules fix: Include exercises folder in the project structure behind a feature (#917) 3 years ago
move_semantics fix(move_semantics2): Add comment 3 years ago
option fix: Include exercises folder in the project structure behind a feature (#917) 3 years ago
primitive_types fix: Include exercises folder in the project structure behind a feature (#917) 3 years ago
standard_library_types fix(iterators1): reorder TODO steps 3 years ago
strings fix: Include exercises folder in the project structure behind a feature (#917) 3 years ago
structs fix: Include exercises folder in the project structure behind a feature (#917) 3 years ago
tests fix: Include exercises folder in the project structure behind a feature (#917) 3 years ago
threads fix: Include exercises folder in the project structure behind a feature (#917) 3 years ago
traits fix: Include exercises folder in the project structure behind a feature (#917) 3 years ago
variables fix: Include exercises folder in the project structure behind a feature (#917) 3 years ago
README.md
mod.rs fix: Include exercises folder in the project structure behind a feature (#917) 3 years ago
quiz1.rs
quiz2.rs
quiz3.rs
quiz4.rs

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