rustlings/exercises
perro tuerto ce466b57cf Ejercicios 74/94 2023-03-02 16:01:49 -08: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 Ejercicios 40/94 2023-02-20 18:26:18 -08:00
error_handling Ejercicios 57/94 2023-02-23 11:07:12 -08:00
functions Ejercicios 23/94 2023-02-16 09:31:18 -08:00
generics Ejercicios 63/94 2023-02-24 09:51:24 -08:00
hashmaps Ejercicios 46/94 2023-02-21 11:16:00 -08:00
if Ejercicios 23/94 2023-02-16 09:31:18 -08:00
intro Ejercicios 23/94 2023-02-16 09:31:18 -08:00
iterators Ejercicios 74/94 2023-03-02 16:01:49 -08:00
lifetimes Ejercicios 71/94 2023-02-28 10:45:05 -08:00
macros feat(macros-readme): Add link to MacroKata 2022-10-24 13:57:44 +11:00
modules Ejercicios 46/94 2023-02-21 11:16:00 -08:00
move_semantics Ejercicios 32/94 2023-02-17 10:44:18 -08:00
options Ejercicios 57/94 2023-02-23 11:07:12 -08:00
primitive_types Ejercicios 23/94 2023-02-16 09:31:18 -08:00
smart_pointers chore: fix prompt error 2023-01-23 12:16:51 +08:00
strings Ejercicios 40/94 2023-02-20 18:26:18 -08:00
structs Ejercicios 40/94 2023-02-20 18:26:18 -08:00
tests Ejercicios 71/94 2023-02-28 10:45:05 -08:00
threads fix(threads1): make program panic if threads are not joined 2022-12-26 02:25:43 -06:00
traits Ejercicios 63/94 2023-02-24 09:51:24 -08:00
variables Ejercicios 23/94 2023-02-16 09:31:18 -08:00
vecs Ejercicios 32/94 2023-02-17 10:44:18 -08:00
README.md added existing chapter for clippy to mapping 2023-01-01 02:34:58 +01:00
quiz1.rs Ejercicios 23/94 2023-02-16 09:31:18 -08:00
quiz2.rs Quiz 2 2023-02-22 11:35:08 -08:00
quiz3.rs Quiz 3 2023-02-27 10:18:39 -08:00

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
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