About

This repo is to save the exercises I solved from rustlings.

Exercise to Book Chapter mapping

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