You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
github-classroom[bot] 8cb9d679e4
Initial commit
2 months ago
..
algorithm Initial commit 2 months ago
clippy Initial commit 2 months ago
conversions Initial commit 2 months ago
enums Initial commit 2 months ago
error_handling Initial commit 2 months ago
functions Initial commit 2 months ago
generics Initial commit 2 months ago
hashmaps Initial commit 2 months ago
if Initial commit 2 months ago
intro Initial commit 2 months ago
iterators Initial commit 2 months ago
lifetimes Initial commit 2 months ago
macros Initial commit 2 months ago
modules Initial commit 2 months ago
move_semantics Initial commit 2 months ago
options Initial commit 2 months ago
primitive_types Initial commit 2 months ago
smart_pointers Initial commit 2 months ago
strings Initial commit 2 months ago
structs Initial commit 2 months ago
tests Initial commit 2 months ago
threads Initial commit 2 months ago
traits Initial commit 2 months ago
variables Initial commit 2 months ago
vecs Initial commit 2 months ago
README.md Initial commit 2 months ago
quiz1.rs Initial commit 2 months ago
quiz2.rs Initial commit 2 months ago
quiz3.rs Initial commit 2 months 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