Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mode name
drwxr-xr-x clippy/
drwxr-xr-x collections/
drwxr-xr-x conversions/
drwxr-xr-x enums/
drwxr-xr-x error_handling/
drwxr-xr-x functions/
drwxr-xr-x generics/
drwxr-xr-x if/
drwxr-xr-x macros/
drwxr-xr-x modules/
drwxr-xr-x move_semantics/
drwxr-xr-x option/
drwxr-xr-x primitive_types/
drwxr-xr-x strings/
drwxr-xr-x structs/
drwxr-xr-x tests/
drwxr-xr-x threads/
drwxr-xr-x traits/
drwxr-xr-x variables/
-rw-r--r-- README.md
-rw-r--r-- quiz1.rs
-rw-r--r-- quiz2.rs
-rw-r--r-- quiz3.rs
-rw-r--r-- quiz4.rs
README

Exercise to Book Chapter mapping

ExerciseBook 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, §8.3
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
clippyn/a
conversionsn/a