Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.17 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.17 KB

Rust

🦀 There is only one step and it is crab 🦀

Exercism

Potential solutions to the Rust exercises found on Exercism.

Hands-on Rust

Following the tutorial from the book Hands-on Rust. The source code of the book can be found here.

Created two games (look in the folder for more details) :

To play the desired game download the folder and open it in your terminal.
Launch the game with the command cargo run.

image image

Rustlings

Potential solutions to the Rust exercises found on Rustlings. Also, includes a succinct summary of each chapter from The Rust Programming Language.