Solutions for the rustlings exercises as of [email protected]
- excute
rustlings watch
- run
rustlings run next # run the next unsolved exercise
# or
rustlings run myExercise1 # run single exercise
- hint
rustlings hint next
# or
rustlings hint myExercise1
- check progress
rustlings list
Exercies | Progress | Code |
---|---|---|
variables |
6/6 | π |
functions |
5/5 | π |
if |
2/2 | π |
quiz1 |
1/1 | π |
move_semantics |
5/5 | π |
primitive_types |
6/6 | π |
structs |
3/3 | π |
enums |
3/3 | π |
modules |
3/3 | π |
collections |
4/4 | π |
strings |
2/2 | π |
quiz2 |
1/1 | π |
error_handlings |
6/6 | π |
generics |
3/3 | π |
option |
3/3 | π |
traits |
2/2 | π |
tests |
3/3 | π |
quiz3 |
1/1 | π |
standard_library_types |
7/7 | π |
threads |
1/1 | π |
macros |
4/4 | π |
quiz4 |
1/1 | π |
clippy |
2/2 | π |
conversions |
5/5 | π |
advanced_errors |
1/2 | π |
Written by @Minsu Kimβ