File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
1
# Exercise to Book Chapter mapping
2
2
3
- | Exercise | Book Chapter |
4
- | ------------------------ | --------------|
5
- | variables | §3.1 |
6
- | functions | §3.3 |
7
- | if | §3.5 |
8
- | move_semantics | §4.1 |
9
- | primitive_types | §4.3 |
10
- | structs | §5.1 |
11
- | enums | §6 |
12
- | modules | §7 |
13
- | collections | §8.1, §8.3 |
14
- | strings | §8.2 |
15
- | error_handling | §9 |
16
- | generics | §10 |
17
- | option | §10.1 |
18
- | traits | §10.2 |
19
- | tests | §11.1 |
20
- | standard_library_types | §13.2 |
21
- | threads | §16.1 |
22
- | macros | §19.6 |
23
- | clippy | n/a |
24
- | conversions | n/a |
3
+ | Exercise | Book Chapter |
4
+ | ---------------------- | -- ----------------- |
5
+ | variables | §3.1 |
6
+ | functions | §3.3 |
7
+ | if | §3.5 |
8
+ | move_semantics | §4.1, §4.2 |
9
+ | primitive_types | §3.2, § 4.3 |
10
+ | structs | §5.1, §5.3 |
11
+ | enums | §6, §18.3 |
12
+ | modules | §7 |
13
+ | collections | §8.1, §8.3 |
14
+ | strings | §8.2 |
15
+ | error_handling | §9 |
16
+ | generics | §10 |
17
+ | option | §10.1 |
18
+ | traits | §10.2 |
19
+ | tests | §11.1 |
20
+ | standard_library_types | §13.2, §15.1, §16.3 |
21
+ | threads | §16.1 |
22
+ | macros | §19.6 |
23
+ | clippy | n/a |
24
+ | conversions | n/a |
You can’t perform that action at this time.
0 commit comments