rustlings-solutions/exercises
2024-01-30 19:51:07 +01:00
..
00_intro My solution to rustlings course 2024-01-30 19:51:07 +01:00
01_variables My solution to rustlings course 2024-01-30 19:51:07 +01:00
02_functions My solution to rustlings course 2024-01-30 19:51:07 +01:00
03_if My solution to rustlings course 2024-01-30 19:51:07 +01:00
04_primitive_types My solution to rustlings course 2024-01-30 19:51:07 +01:00
05_vecs My solution to rustlings course 2024-01-30 19:51:07 +01:00
06_move_semantics My solution to rustlings course 2024-01-30 19:51:07 +01:00
07_structs My solution to rustlings course 2024-01-30 19:51:07 +01:00
08_enums My solution to rustlings course 2024-01-30 19:51:07 +01:00
09_strings My solution to rustlings course 2024-01-30 19:51:07 +01:00
10_modules My solution to rustlings course 2024-01-30 19:51:07 +01:00
11_hashmaps My solution to rustlings course 2024-01-30 19:51:07 +01:00
12_options My solution to rustlings course 2024-01-30 19:51:07 +01:00
13_error_handling My solution to rustlings course 2024-01-30 19:51:07 +01:00
14_generics My solution to rustlings course 2024-01-30 19:51:07 +01:00
15_traits My solution to rustlings course 2024-01-30 19:51:07 +01:00
16_lifetimes My solution to rustlings course 2024-01-30 19:51:07 +01:00
17_tests My solution to rustlings course 2024-01-30 19:51:07 +01:00
18_iterators My solution to rustlings course 2024-01-30 19:51:07 +01:00
19_smart_pointers My solution to rustlings course 2024-01-30 19:51:07 +01:00
20_threads My solution to rustlings course 2024-01-30 19:51:07 +01:00
21_macros My solution to rustlings course 2024-01-30 19:51:07 +01:00
22_clippy My solution to rustlings course 2024-01-30 19:51:07 +01:00
23_conversions My solution to rustlings course 2024-01-30 19:51:07 +01:00
quiz1.rs My solution to rustlings course 2024-01-30 19:51:07 +01:00
quiz2.rs My solution to rustlings course 2024-01-30 19:51:07 +01:00
quiz3.rs My solution to rustlings course 2024-01-30 19:51:07 +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