Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 478 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 478 Bytes

Rustlings Solutions

My solutions for rustlins 🦀

  • Main branch remains the same as upstream rustlings.
  • Solutions branch is the one contains the solutions. All exercises are finished.

My approaches are, instead of seeking best performance, trying to explore the standard library and make my code compact. It's fun. I hope you enjoy learning Rust as I do.