rustlings/exercises
kingecg c40d940946 at strings 2025-09-23 22:33:47 +08:00
..
00_intro at strings 2025-09-23 22:33:47 +08:00
01_variables at strings 2025-09-23 22:33:47 +08:00
02_functions at strings 2025-09-23 22:33:47 +08:00
03_if at strings 2025-09-23 22:33:47 +08:00
04_primitive_types at strings 2025-09-23 22:33:47 +08:00
05_vecs at strings 2025-09-23 22:33:47 +08:00
06_move_semantics at strings 2025-09-23 22:33:47 +08:00
07_structs at strings 2025-09-23 22:33:47 +08:00
08_enums at strings 2025-09-23 22:33:47 +08:00
09_strings at strings 2025-09-23 22:33:47 +08:00
10_modules at strings 2025-09-23 22:33:47 +08:00
11_hashmaps at strings 2025-09-23 22:33:47 +08:00
12_options at strings 2025-09-23 22:33:47 +08:00
13_error_handling at strings 2025-09-23 22:33:47 +08:00
14_generics at strings 2025-09-23 22:33:47 +08:00
15_traits at strings 2025-09-23 22:33:47 +08:00
16_lifetimes at strings 2025-09-23 22:33:47 +08:00
17_tests at strings 2025-09-23 22:33:47 +08:00
18_iterators at strings 2025-09-23 22:33:47 +08:00
19_smart_pointers at strings 2025-09-23 22:33:47 +08:00
20_threads at strings 2025-09-23 22:33:47 +08:00
21_macros at strings 2025-09-23 22:33:47 +08:00
22_clippy at strings 2025-09-23 22:33:47 +08:00
23_conversions at strings 2025-09-23 22:33:47 +08:00
quizzes at strings 2025-09-23 22:33:47 +08:00
README.md at strings 2025-09-23 22:33:47 +08:00

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
lifetimes §10.3
tests §11.1
iterators §13.2-4
smart_pointers §15, §16.3
threads §16.1-3
macros §20.5
clippy Appendix D
conversions n/a