rustlings/exercises
2023-05-27 03:57:29 -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 New progress 2023-05-22 05:13:08 -05:00
functions Current progress 2023-04-20 05:50:50 -05:00
generics New progress 2023-05-22 05:13:08 -05: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 Current Progress 2023-05-27 03:57:29 -05:00
lifetimes Current Progress 2023-05-27 03:57:29 -05: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 New progress 2023-05-22 05:13:08 -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 Current Progress 2023-05-27 03:57:29 -05:00
threads fix(threads1): make program panic if threads are not joined 2022-12-26 02:25:43 -06:00
traits Current Progress 2023-05-27 03:57:29 -05: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 Current Progress 2023-05-27 03:57:29 -05: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