rustlings-solutions/exercises
liv 36e66b545e
Merge pull request #1396 from 0lhi/main
fix(macros4.rs): Add rustfmt::skip to prevent auto-fix.
2023-02-26 13:10:24 +01:00
..
clippy
conversions chore: added more descriptive TODOs 2022-11-24 19:39:54 +00:00
enums chore: update enums3.rs addressing extra parentheses usage with tuples 2022-12-30 08:14:13 -06:00
error_handling fix: unify undisclosed type notation in errors5.rs 2023-02-18 14:09:04 +01:00
functions
generics
hashmaps fix(hashmaps3): fix typo in todo hint 2022-12-20 21:17:32 -06:00
if
intro feat(intro1): add note on rust-analyzer usage 2023-02-12 15:47:58 +01:00
iterators rustfmt 2023-02-24 08:51:03 -05:00
lifetimes
macros macros4.rs: Add rustfmt::skip to prevent auto-fix. 2023-02-24 01:43:23 +01:00
modules
move_semantics
options Merge pull request #1228 from grzegorz-zur/patch-1 2023-02-12 16:54:43 +01:00
primitive_types
smart_pointers refactor(arc1): improve readability by avoiding implicit dereference 2023-02-18 21:38:43 +01:00
strings
structs Added spaces around * 2022-10-04 11:43:23 +02:00
tests
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
vecs docs: add link to docs about iter_mut and map 2023-02-12 18:26:13 +01:00
quiz1.rs
quiz2.rs Minor Grammar 2023-01-03 09:22:52 -05:00
quiz3.rs
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