Skip to content

Latest commit

 

History

History
78 lines (60 loc) · 5.43 KB

README.md

File metadata and controls

78 lines (60 loc) · 5.43 KB

Rustlings solution

rust

Tech Blog Badge Linkedin Badge Facebook Badge Instagram Badge Resume Badge

Solutions for the rustlings exercises as of version@4.6.0

Doing exercises 🏃

  • 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

Progress

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