alstn2468 / rustlings-solution

πŸ¦€ Solution repository for rustlings πŸ¦€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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✌

About

πŸ¦€ Solution repository for rustlings πŸ¦€

License:MIT License


Languages

Language:Rust 94.6%Language:Shell 2.9%Language:PowerShell 2.3%Language:Makefile 0.3%