rustlings/exercises
2024-05-12 13:33:53 +05:30
..
00_intro Solve first 48 exercises (50%) 2024-05-12 13:33:53 +05:30
01_variables Solve first 48 exercises (50%) 2024-05-12 13:33:53 +05:30
02_functions Solve first 48 exercises (50%) 2024-05-12 13:33:53 +05:30
03_if Solve first 48 exercises (50%) 2024-05-12 13:33:53 +05:30
04_primitive_types Solve first 48 exercises (50%) 2024-05-12 13:33:53 +05:30
05_vecs Solve first 48 exercises (50%) 2024-05-12 13:33:53 +05:30
06_move_semantics Solve first 48 exercises (50%) 2024-05-12 13:33:53 +05:30
07_structs Solve first 48 exercises (50%) 2024-05-12 13:33:53 +05:30
08_enums Solve first 48 exercises (50%) 2024-05-12 13:33:53 +05:30
09_strings Solve first 48 exercises (50%) 2024-05-12 13:33:53 +05:30
10_modules Solve first 48 exercises (50%) 2024-05-12 13:33:53 +05:30
11_hashmaps Solve first 48 exercises (50%) 2024-05-12 13:33:53 +05:30
12_options options1: Update wording & fix grammar 2024-03-18 16:47:15 -07:00
13_error_handling Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00
14_generics Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00
15_traits Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00
16_lifetimes Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00
17_tests Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00
18_iterators fix: clean up "return" wording in iterators4 2024-03-15 15:01:39 +01:00
19_smart_pointers Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00
20_threads docs: add more info in threads 2024-04-08 22:07:26 +08:00
21_macros Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00
22_clippy Reword clippy1 exercise to be more readable 2023-11-12 11:39:14 +01:00
23_conversions Merge pull request #1799 from NicolasRoelandt/patch-1 2024-03-27 17:28:35 +01:00
quiz1.rs Solve first 48 exercises (50%) 2024-05-12 13:33:53 +05:30
quiz2.rs Solve first 48 exercises (50%) 2024-05-12 13:33:53 +05:30
quiz3.rs docs: cleanup the explanation paragraphs at the start of each exercise. 2023-05-29 18:41:51 +01:00
README.md Merge remote-tracking branch 'origin/main' 2024-03-28 00:11:19 +08:00

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