rustlings/exercises
2023-06-15 18:37:00 -05:00
..
clippy Current Progress: 92/94 2023-06-15 17:30:11 -05:00
conversions Finished Rustlings 2023-06-15 18:37:00 -05: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: 92/94 2023-06-15 17:30:11 -05:00
lifetimes Current Progress 2023-05-27 03:57:29 -05:00
macros Current Progress: 92/94 2023-06-15 17:30:11 -05: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 Current Progress: 92/94 2023-06-15 17:30:11 -05: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 Current Progress: 92/94 2023-06-15 17:30:11 -05: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