Learning Rust - A Lesson in Humility
J. M. Barrie - Author of Peter Pan
Life is a long lesson in humility... and so is learning Rust.
I tried to teach myself C++
a while back, but wasn't enjoying it. I still have the internal desire to learn a low-level programming language, and so I am going to take a second stab at it with Rust
. To help myself with the process and make it more engaging I will document the journey here in this repository. Each session will be encapsulated in it's directoy with source code included. When I get off topic or overly verbose I will extract some of the text and place it in the Extracts.md.
If you are reading along and find errors or typos, feel free to submit a pull request to resolve it. I will work on implementing fixes and edits as quickly as I can.
Thanks for joining me on this adventure!
Table Of Contents (Dev Sessions)
- 01 - The Beginning
- 02 - I Can Write a Function
- 03 - That Spongebob Meme: "Many Hours Later"
- 04 - Can I Compute Yet?
- 05 - Refactoring So Early?
- 06 - Let's Get Down To Business
- 07 - Hash Computation
- 08 - Test All The Things
Table of Contents (Extracts)
- 02 - I Can Write a Function
- 08 - Test All The Things