rustlings/exercises
2020-12-30 23:55:31 +01:00
..
clippy chore: add explanatory comment to clippy1 2020-04-21 18:50:00 +02:00
collections fix(vec1): Have test compare every element in a and v 2020-11-29 01:35:14 +00:00
conversions feat(try_from_into): remove duplicate annotation 2020-12-03 17:51:30 +01:00
enums Solutions: Part 2 2020-12-30 23:55:31 +01:00
error_handling chore: Removed extra whitespaces 2020-08-27 19:51:19 +02:00
functions Solutions: Part 1 2020-12-08 10:35:52 +01:00
generics chore: Removed extra whitespaces 2020-08-27 19:51:19 +02:00
if Solutions: Part 1 2020-12-08 10:35:52 +01:00
macros Make macros4 not compile by default 2020-08-26 22:17:03 -04:00
modules Solutions: Part 2 2020-12-30 23:55:31 +01:00
move_semantics fix: line numbers in several exercises and hints 2019-11-14 08:21:56 +01:00
option fix(option1): Don't add only zeros to the numbers array 2020-05-27 18:55:12 +10:00
primitive_types Solutions: Part 1 2020-12-08 10:35:52 +01:00
standard_library_types fix(iterators2): Update description () 2020-11-07 13:54:14 +01:00
strings Solutions: Part 1 2020-12-08 10:35:52 +01:00
structs Solutions: Part 1 2020-12-08 10:35:52 +01:00
tests Solutions: Part 2 2020-12-30 23:55:31 +01:00
threads fix: gives a bit more context to magic number 2020-12-08 10:08:25 +01:00
traits chore: Removed extra whitespaces 2020-08-27 19:51:19 +02:00
variables Solutions: Part 1 2020-12-08 10:35:52 +01:00
quiz1.rs Solutions: Part 1 2020-12-08 10:35:52 +01:00
quiz2.rs Solutions: Part 1 2020-12-08 10:35:52 +01:00
quiz3.rs Solutions: Part 2 2020-12-30 23:55:31 +01:00
quiz4.rs feat: renames test to quiz, fixes 2020-05-19 18:47:44 +02:00
README.md feat: match exercise order to book chapters () 2020-12-07 15:37:19 +01:00

Exercise to Book Chapter mapping

Exercise Book Chapter
variables §3.1
functions §3.3
if §3.5
move_semantics §4.1
primitive_types §4.3
structs §5.1
enums §6
modules §7.2
strings §8.2
error_handling §9
generics §10
option §10.1
traits §10.2
tests §11.1
standard_library_types §13.2
threads §16.1
macros §19.6
clippy n/a
conversions n/a