What does HackerNews think of rustlings?
:crab: Small exercises to get you used to reading and writing Rust code!
https://github.com/rust-lang/rustlings
Disclaimer: I write JavaScript
But seriously, I'm not sure of any kind of material like this for Rust, but I believe that's because it's simply not needed since we already have "the book" [0], rustlings [1], and rust by example [2]. Honestly, learning Rust is just absurdly simple and straightforward if you have the motivation to do so, these guides are so good I don't see much of a good reason to develop different ones.
[0]: https://doc.rust-lang.org/book/
Build a ray tracer in rust. Recomends the 'crab' book from Oreilly. https://news.ycombinator.com/item?id=29791142
MAke a 2d game https://news.ycombinator.com/item?id=28861618
basic syntax: https://news.ycombinator.com/item?id=25610741
and lastly: https://github.com/rust-lang/rustlings though i dislike the install method...
I really like rustlings.