1.9 KiB
How to use this repo
Go through the markdown files in order, building the things described in them.
Once you've successfully built a thing and made it run, delete it and build something else! In this way you'll build muscle memory with the language.
Where's the content from?
So far it's all either from these three sources,
or something I've made up.
Organizational Note
The chapter numbers on the markdown files are somewhat approximate. The "fractional" chapter numbers are meant to indicate that the material is somewhere between the Rust Book chapters and may not at all emanate from that book.
I should probably just put these on Exercism and delete the repo, but 🤷♂️
Additional Resources
Here are some other resources that could probably help reinforce the learnings here, and which in all likelihood will become fodder for some of the koans. They're in approximate order of difficulty, and some are pretty domain-specific:
- Tour of Rust - this is wonderful, covers the same topics as the Book, but with more emphasis on what's happening under the hood memory-wise. Also has a REPL/playground thing!
- Rust Koans - hey, someone already had this idea! 😃
- Rust Web Development - by Bastian, looks cool and accessible
- Advanced Rust Web Learning Journey - seems like a nice, hardcore learning path once you've got the basics down. By the author of the Manning book below, Bastian Gruber.
- Rust and Web Assembly - Rust and Web Assembly!