1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-12-12 11:14:55 +02:00
rustlings/exercises
2024-06-21 17:04:51 +02:00
..
00_intro Add solutions to intro and variables 2024-05-21 01:47:57 +02:00
01_variables Fix typos 2024-06-14 13:32:37 +02:00
02_functions Fix typos 2024-06-06 01:59:09 +02:00
03_if if3 solution 2024-05-22 15:54:35 +02:00
04_primitive_types primitive_types6 solution 2024-06-19 14:25:29 +02:00
05_vecs vecs2 solution + significant change to have a better comparison between both methods 2024-06-21 14:52:11 +02:00
06_move_semantics move_semantics3 solution 2024-06-21 17:04:51 +02:00
07_structs
08_enums
09_strings
10_modules
11_hashmaps
12_options
13_error_handling Remove unneeded pub 2024-05-22 15:04:12 +02:00
14_generics Remove unneeded pub 2024-05-22 15:04:12 +02:00
15_traits Remove unneeded pub 2024-05-22 15:04:12 +02:00
16_lifetimes
17_tests Remove unneeded pub 2024-05-22 15:04:12 +02:00
18_iterators Remove unneeded pub 2024-05-22 15:04:12 +02:00
19_smart_pointers Add missing semicolons 2024-05-22 15:13:18 +02:00
20_threads Add missing semicolons 2024-05-22 15:13:18 +02:00
21_macros
22_clippy
23_conversions
quizzes quiz1 solution 2024-05-22 16:35:57 +02: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 §19.5
clippy §21.4
conversions n/a