You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rustlings/exercises
liv 2d1da2ab57
Merge pull request #1645 from mo8it/prober-types-structs3
Use u32 instead of i32
9 months ago
..
clippy docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
conversions Fix from_into.rs tests 10 months ago
enums Merge branch 'main' into comment_cleanup 12 months ago
error_handling fix(errors1): change Result to Option in exersise description 9 months ago
functions docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
generics docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
hashmaps Merge branch 'main' into comment_cleanup 12 months ago
if added if3 based on: `Using if in a let Statement` 11 months ago
intro docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
iterators docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
lifetimes docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
macros docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
modules docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
move_semantics Merge branch 'main' into comment_cleanup 12 months ago
options docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
primitive_types docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
smart_pointers docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
strings docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
structs Use u32 instead of i32 9 months ago
tests docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
threads docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
traits docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
variables docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
vecs docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
README.md added existing chapter for clippy to mapping 1 year ago
quiz1.rs docs: dedup repeated sentence 11 months ago
quiz2.rs docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
quiz3.rs docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago

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