rustlings-solutions/exercises
2023-02-27 21:16:40 +01:00
..
clippy
conversions chore: added more descriptive TODOs 2022-11-24 19:39:54 +00:00
enums chore: update enums3.rs addressing extra parentheses usage with tuples 2022-12-30 08:14:13 -06:00
error_handling First quiz and its related modules 2023-02-26 17:28:24 +01:00
functions First quiz and its related modules 2023-02-26 17:28:24 +01:00
generics
hashmaps fix(hashmaps3): fix typo in todo hint 2022-12-20 21:17:32 -06:00
if First quiz and its related modules 2023-02-26 17:28:24 +01:00
intro First quiz and its related modules 2023-02-26 17:28:24 +01:00
iterators First quiz and its related modules 2023-02-26 17:28:24 +01:00
lifetimes
macros First quiz and its related modules 2023-02-26 17:28:24 +01:00
modules
move_semantics Learning about vectors 2023-02-27 21:16:40 +01:00
options Merge pull request #1228 from grzegorz-zur/patch-1 2023-02-12 16:54:43 +01:00
primitive_types Learning about primitive data types 2023-02-27 12:57:40 +01:00
smart_pointers First quiz and its related modules 2023-02-26 17:28:24 +01:00
strings
structs
tests
threads fix(threads1): make program panic if threads are not joined 2022-12-26 02:25:43 -06:00
traits chore: tidied up unmatched backticks 2022-11-24 19:41:25 +00:00
variables First quiz and its related modules 2023-02-26 17:28:24 +01:00
vecs Learning about vectors 2023-02-27 21:16:40 +01:00
quiz1.rs First quiz and its related modules 2023-02-26 17:28:24 +01:00
quiz2.rs Minor Grammar 2023-01-03 09:22:52 -05:00
quiz3.rs
README.md added existing chapter for clippy to mapping 2023-01-01 02:34:58 +01:00

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