rustlings/exercises
Sangeeth Sudheer 0b44d9d739
tests and iterators
2024-02-10 23:06:11 +05:30
..
clippy remove hint comments when no hint exists 2023-09-15 22:29:55 +02:00
conversions fix: test name typo 2023-09-14 17:10:06 +02:00
enums finish till modules 2024-01-29 08:32:06 +05:30
error_handling finish till errors 2024-01-29 23:19:46 +05:30
functions Complete problems 2024-01-20 09:55:25 +05:30
generics finish till quiz3 2024-02-02 05:54:03 +05:30
hashmaps finish till errors 2024-01-29 23:19:46 +05:30
if Complete problems 2024-01-20 09:55:25 +05:30
intro Complete problems 2024-01-20 09:55:25 +05:30
iterators tests and iterators 2024-02-10 23:06:11 +05:30
lifetimes finish till quiz3 2024-02-02 05:54:03 +05:30
macros docs: cleanup the explanation paragraphs at the start of each exercise. 2023-05-29 18:41:51 +01:00
modules finish till modules 2024-01-29 08:32:06 +05:30
move_semantics Finish till move semantics 2024-01-20 12:17:05 +05:30
options finish till errors 2024-01-29 23:19:46 +05:30
primitive_types Complete problems 2024-01-20 09:55:25 +05:30
smart_pointers Fix compiler error and clarify instructions 2023-09-08 09:49:11 -07:00
strings finish till modules 2024-01-29 08:32:06 +05:30
structs finish till modules 2024-01-29 08:32:06 +05:30
tests tests and iterators 2024-02-10 23:06:11 +05:30
threads Merge pull request #1641 from mo8it/move-semantics5-test 2023-09-06 09:31:46 +02:00
traits finish till quiz3 2024-02-02 05:54:03 +05:30
variables Complete problems 2024-01-20 09:55:25 +05:30
vecs Finish till move semantics 2024-01-20 12:17:05 +05:30
README.md added existing chapter for clippy to mapping 2023-01-01 02:34:58 +01:00
quiz1.rs Complete problems 2024-01-20 09:55:25 +05:30
quiz2.rs finish till errors 2024-01-29 23:19:46 +05:30
quiz3.rs finish till quiz3 2024-02-02 05:54:03 +05:30

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