rustlings/exercises
2024-02-01 11:08:03 -05:00
..
00_intro Complete intro exercises 2024-01-31 10:03:22 -05:00
01_variables Complete variables challenge 2024-01-31 10:09:11 -05:00
02_functions Complete functions exercises 2024-01-31 11:10:06 -05:00
03_if Complete if exercises 2024-01-31 11:10:06 -05:00
04_primitive_types Complete primitives exercises 2024-01-31 11:38:14 -05:00
05_vecs Complete vectors exercise 2024-01-31 11:57:41 -05:00
06_move_semantics Complete move semantics exercises 2024-01-31 15:59:06 -05:00
07_structs Complete structs exercise 2024-01-31 16:28:39 -05:00
08_enums Complete enum exercises 2024-01-31 16:54:23 -05:00
09_strings Complete strings exercises 2024-01-31 17:17:44 -05:00
10_modules Complete modules excersises 2024-01-31 17:36:58 -05:00
11_hashmaps Complete hashmaps exercise 2024-02-01 11:08:03 -05:00
12_options Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00
13_error_handling Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00
14_generics Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00
15_traits Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00
16_lifetimes Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00
17_tests Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00
18_iterators Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00
19_smart_pointers Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00
20_threads Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00
21_macros Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00
22_clippy Reword clippy1 exercise to be more readable 2023-11-12 11:39:14 +01:00
23_conversions Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00
quiz1.rs Complete Quiz 1 2024-01-31 11:15:37 -05:00
quiz2.rs docs: cleanup the explanation paragraphs at the start of each exercise. 2023-05-29 18:41:51 +01:00
quiz3.rs docs: cleanup the explanation paragraphs at the start of each exercise. 2023-05-29 18:41:51 +01:00
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