1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-10-18 13:08:09 +02:00
rustlings/exercises
2023-04-05 08:18:51 +02: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 docs(error_handling): resolve markdown linter warnings 2023-03-29 21:13:27 +03:30
functions
generics
hashmaps fix(exercises): remove trailing spaces 2023-03-31 11:58:15 +02: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 fix(exercises): remove trailing spaces 2023-03-31 11:58:15 +02:00
macros fix(exercises): remove trailing spaces 2023-03-31 11:58:15 +02:00
modules
move_semantics
options fix(exercises): remove trailing spaces 2023-03-31 11:58:15 +02: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 created task 2023-04-05 08:18:51 +02:00
threads fix(exercises): remove trailing spaces 2023-03-31 11:58:15 +02:00
traits chore: tidied up unmatched backticks 2022-11-24 19:41:25 +00:00
variables docs(variables): wrap mut keyword with backtick 2023-03-28 09:58:59 +03:30
vecs Rename iteration var names in vec2.rs for clarity 2023-03-10 14:13:06 -05:00
quiz1.rs fix(quiz1): add fourth assert 2022-09-06 12:10:53 +02:00
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