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 170aaabe9b
Merge pull request #1673 from husjon/fix-enums3-formatting
Fixed formatting of `enums3` with rustfmt
1 year ago
..
clippy remove hint comments when no hint exists 1 year ago
conversions fix: test name typo 1 year ago
enums Fixed formatting with rust-analyzer 1 year ago
error_handling fix(errors1): change Result to Option in exersise description 1 year 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 1 year ago
if Merge pull request #1599 from szabgab/if1-test-case 1 year ago
intro docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
iterators Convert other exercises that have assertions to test mode 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 pull request #1641 from mo8it/move-semantics5-test 1 year ago
options docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
primitive_types remove hint comments when no hint exists 1 year ago
smart_pointers Fix compiler error and clarify instructions 1 year ago
strings docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
structs Use u32 instead of i32 1 year ago
tests docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
threads Merge pull request #1641 from mo8it/move-semantics5-test 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 2 years ago
quiz1.rs docs: dedup repeated sentence 1 year 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