1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-10-18 13:08:09 +02:00
rustlings/exercises
2023-05-23 15:00:55 +08:00
..
clippy
conversions feat(docs): add markdown linter for exercises README.md files 2023-03-30 19:53:22 +03:30
enums
error_handling docs(error_handling): resolve markdown linter warnings 2023-03-29 21:13:27 +03:30
functions
generics
hashmaps fix(exercises): remove trailing spaces 2023-03-31 11:58:15 +02:00
if
intro
iterators fix(exercises): use snake_case variables 2023-05-23 15:00:55 +08:00
lifetimes fix(exercises): remove trailing spaces 2023-03-31 11:58:15 +02:00
macros fix(exercises): remove trailing spaces 2023-03-31 11:58:15 +02:00
modules
move_semantics fix(move_semantics2): fix line number comment 2023-04-20 12:15:31 -04:00
options Merge pull request #1487 from lionel-rowe/patch-1 2023-05-17 15:56:55 +02:00
primitive_types
smart_pointers chore: clarified cow owned_no_mutation comments 2023-04-27 15:49:40 -07:00
strings
structs
tests changed comments in tests 2023-04-05 13:24:14 +02:00
threads fix(exercises): remove trailing spaces 2023-03-31 11:58:15 +02:00
traits feat(docs): add markdown linter for exercises README.md files 2023-03-30 19:53:22 +03:30
variables
vecs
quiz1.rs
quiz2.rs
quiz3.rs
README.md

Exercise to Book Chapter mapping

Exercise Book Chapter
variables §3.1
functions §3.3
if §3.5
primitive_types §3.2, §4.3
vecs §8.1
move_semantics §4.1-2
structs §5.1, §5.3
enums §6, §18.3
strings §8.2
modules §7
hashmaps §8.3
options §10.1
error_handling §9
generics §10
traits §10.2
tests §11.1
lifetimes §10.3
iterators §13.2-4
threads §16.1-3
smart_pointers §15, §16.3
macros §19.6
clippy §21.4
conversions n/a