We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc7d92 commit 033bf11Copy full SHA for 033bf11
exercises/README.md
@@ -0,0 +1,23 @@
1
+# Exercise to Book Chapter mapping
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.2 |
13
+| strings | §8.2 |
14
+| error_handling | §9 |
15
+| generics | §10 |
16
+| option | §10.1 |
17
+| traits | §10.2 |
18
+| tests | §11.1 |
19
+| standard_library_types | §13.2 |
20
+| threads | §16.1 |
21
+| macros | §19.6 |
22
+| clippy | n/a |
23
+| conversions | n/a |
0 commit comments