While reading the Rust book I found a lot of code that I've been writing and testing. Especially three projects. And I want to keep them as a...memory?
Here is Rust Book
Here is the first project: Guessing Game aka guessing_game
Here is the second project: Building a Command Line Program aka minigrep
Here is the third project: Building a Multithreaded Web Server