1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-29 03:22:29 +02:00
rustlings/exercises
2021-09-21 10:43:44 +02:00
..
clippy
collections docs: Update collections README with HashMap link 2021-07-06 01:31:27 -07:00
conversions Merge pull request #737 from ghost/correct-small-typo 2021-07-08 11:07:21 +02:00
enums
error_handling address review feedback 2021-06-09 23:27:53 -05:00
functions
generics
if
macros
modules fix(modules2): fix typo (#835) 2021-09-06 16:32:39 +02:00
move_semantics fix(move_semantics5): Clarify instructions 2021-07-29 12:37:15 +02:00
option
primitive_types
standard_library_types Merge pull request #732 from apogeeoak/iterators5 2021-07-09 12:24:42 +02:00
strings
structs
tests
threads
traits
variables
quiz1.rs feat(quiz1): add default function name in comment (#838) 2021-09-21 10:43:44 +02:00
quiz2.rs
quiz3.rs
quiz4.rs
README.md feat(modules): update exercises, add modules3 (#822) 2021-09-03 10:41:12 +02:00

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