Anyone have tutorial recommendations,
I suggest you watch this. TLDR is Use
- "The Book"
- Rustling
- Rust by Example Most important get started.
I recommend the official rust book (aka the documentation. It's truly fantastic) followed by this actual book https://www.zero2prod.com/
That combo not only taught me Rust concepts and the Rust "way" but also got me applying the knowledge in a way that gave me a lot of context. You don't need the zero2prod but I liked it more than any other paid books I've tried.
Non-tutorial suggestion: I've you're stuck, put a demonstration of your problem on the rust playground, post it here with the question. People in rustland are generally very willing to help out, and the playground is a very helpfull tool for that.
This is a great point. Sharing a playground link means your problem is immediately reproducible. You'll be much more likely to receive assistance this way.