rustlings/exercises
2021-02-01 18:56:40 +00:00
..
clippy chore: add explanatory comment to clippy1 2020-04-21 18:50:00 +02:00
collections Add collections solutions 2021-02-01 18:56:40 +00:00
conversions fix(from_str): test for error instead of unwrap/should_panic 2021-01-21 07:55:22 -05:00
enums Add enums solutions 2021-02-01 18:56:40 +00:00
error_handling Add result1 solution 2021-02-01 18:56:40 +00:00
functions Add functions solutions 2021-02-01 18:56:40 +00:00
generics Add generics solutions 2021-02-01 18:56:40 +00:00
if Add if solutions 2021-02-01 18:56:40 +00:00
macros Make macros4 not compile by default 2020-08-26 22:17:03 -04:00
modules Add modules solutions 2021-02-01 18:56:40 +00:00
move_semantics Add move_semantics solutions 2021-02-01 18:56:40 +00:00
option Add option solutions 2021-02-01 18:56:40 +00:00
primitive_types Add primitive_types solutions 2021-02-01 18:56:40 +00:00
standard_library_types fix(iterators2): Update description () 2020-11-07 13:54:14 +01:00
strings Add strings solutions 2021-02-01 18:56:40 +00:00
structs Add structs solutions 2021-02-01 18:56:40 +00:00
tests Add tests solutions 2021-02-01 18:56:40 +00:00
threads fix(threads1): line number correction 2021-01-06 13:47:20 +01:00
traits Add traits solutions 2021-02-01 18:56:40 +00:00
variables Add variables solutions 2021-02-01 18:56:39 +00:00
quiz1.rs Add quiz1 solution 2021-02-01 18:56:40 +00:00
quiz2.rs Add quiz2 solution 2021-02-01 18:56:40 +00:00
quiz3.rs Add quiz3 solution 2021-02-01 18:56:40 +00:00
quiz4.rs feat: renames test to quiz, fixes 2020-05-19 18:47:44 +02:00
README.md fix: added missing exercises to info.toml 2020-12-12 10:34:59 -08: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
collections §8.1
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