rustlings/exercises
2023-04-20 05:50:50 -05:00
..
clippy fix: re-add missing done comments 2022-07-15 13:24:11 +02:00
conversions chore: added more descriptive TODOs 2022-11-24 19:39:54 +00:00
enums Current progress 2023-04-20 05:50:50 -05:00
error_handling fix: unify undisclosed type notation in errors5.rs 2023-02-18 14:09:04 +01:00
functions Current progress 2023-04-20 05:50:50 -05:00
generics feat: move generics3 to be quiz3 2022-07-14 18:11:18 +02:00
hashmaps Current progress 2023-04-20 05:50:50 -05:00
if Current progress 2023-04-20 05:50:50 -05:00
intro Current progress 2023-04-20 05:50:50 -05:00
iterators rustfmt 2023-02-24 08:51:03 -05:00
lifetimes Add quotes 2022-08-28 15:12:15 +02:00
macros macros4.rs: Add rustfmt::skip to prevent auto-fix. 2023-02-24 01:43:23 +01:00
modules Current progress 2023-04-20 05:50:50 -05:00
move_semantics Current progress 2023-04-20 05:50:50 -05:00
options Current progress 2023-04-20 05:50:50 -05:00
primitive_types Current progress 2023-04-20 05:50:50 -05:00
smart_pointers refactor(arc1): improve readability by avoiding implicit dereference 2023-02-18 21:38:43 +01:00
strings Current progress 2023-04-20 05:50:50 -05:00
structs Current progress 2023-04-20 05:50:50 -05:00
tests feat(tests): add hint comments 2022-07-14 18:15:47 +02:00
threads fix(threads1): make program panic if threads are not joined 2022-12-26 02:25:43 -06:00
traits chore: tidied up unmatched backticks 2022-11-24 19:41:25 +00:00
variables Current progress 2023-04-20 05:50:50 -05:00
vecs Current progress 2023-04-20 05:50:50 -05:00
quiz1.rs Current progress 2023-04-20 05:50:50 -05:00
quiz2.rs Current progress 2023-04-20 05:50:50 -05:00
quiz3.rs feat: move generics3 to be quiz3 2022-07-14 18:11:18 +02:00
README.md added existing chapter for clippy to mapping 2023-01-01 02:34:58 +01: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
tests §11.1
lifetimes §10.3
iterators §13.2-4
threads §16.1-3
smart_pointers §15, §16.3
macros §19.6
clippy §21.4
conversions n/a