You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rustlings/exercises
mo8it 01509a2a84 Remove comma 9 hours ago
..
00_intro fix(intro2): changed intro2 to be a name error, not a format string error. 7 months ago
01_variables Update Exercises Directory Names to Reflect Order 7 months ago
02_functions Update Exercises Directory Names to Reflect Order 7 months ago
03_if Update exercises/03_if/if1.rs 2 months ago
04_primitive_types Update Exercises Directory Names to Reflect Order 7 months ago
05_vecs Update Exercises Directory Names to Reflect Order 7 months ago
06_move_semantics fix(move_semantics): removed unused mut 6 months ago
07_structs Remove comma 9 hours ago
08_enums Update Exercises Directory Names to Reflect Order 7 months ago
09_strings chore: fix a minor typo 2 months ago
10_modules Update Exercises Directory Names to Reflect Order 7 months ago
11_hashmaps doc : add a dot in hashmaps1.rs file to fill e.g. 2 weeks ago
12_options options1: Update wording & fix grammar 2 months ago
13_error_handling Update Exercises Directory Names to Reflect Order 7 months ago
14_generics Update Exercises Directory Names to Reflect Order 7 months ago
15_traits Update Exercises Directory Names to Reflect Order 7 months ago
16_lifetimes Update Exercises Directory Names to Reflect Order 7 months ago
17_tests Update Exercises Directory Names to Reflect Order 7 months ago
18_iterators fix: clean up "return" wording in iterators4 2 months ago
19_smart_pointers Update Exercises Directory Names to Reflect Order 7 months ago
20_threads docs: add more info in threads 1 month ago
21_macros Update Exercises Directory Names to Reflect Order 7 months ago
22_clippy Reword clippy1 exercise to be more readable 6 months ago
23_conversions Merge pull request #1799 from NicolasRoelandt/patch-1 2 months ago
README.md Merge remote-tracking branch 'origin/main' 2 months ago
quiz1.rs docs: dedup repeated sentence 10 months ago
quiz2.rs docs: cleanup the explanation paragraphs at the start of each exercise. 12 months ago
quiz3.rs docs: cleanup the explanation paragraphs at the start of each exercise. 12 months ago

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