1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-18 23:41:37 +02:00
rustlings/exercises
2024-05-25 16:31:21 +02:00
..
00_intro
01_variables
02_functions
03_if if3 solution 2024-05-22 15:54:35 +02:00
04_primitive_types primitive_types1 solution 2024-05-25 16:31:21 +02:00
05_vecs
06_move_semantics
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