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 cc3e1a8 commit 5138f22Copy full SHA for 5138f22
exercises/README.md
@@ -5,20 +5,22 @@
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 |
+| vecs | §8.1 |
10
+| move_semantics | §4.1, §4.2 |
11
| structs | §5.1, §5.3 |
12
| enums | §6, §18.3 |
-| modules | §7 |
13
-| collections | §8.1, §8.3 |
14
| strings | §8.2 |
+| modules | §7 |
15
+| hashmaps | §8.3 |
16
+| options | §10.1 |
17
| error_handling | §9 |
18
| generics | §10 |
-| option | §10.1 |
19
| traits | §10.2 |
20
| tests | §11.1 |
21
+| lifetimes | §10.3 |
22
| standard_library_types | §13.2, §15.1, §16.3 |
-| threads | §16.1 |
23
+| threads | §16.1, §16.2, §16.3 |
24
| macros | §19.6 |
25
| clippy | n/a |
26
| conversions | n/a |
0 commit comments