HACKER Q&A
📣 _448

What are some good Rust tutorials?


What are some good online text and video tutorials for an impatient middle-weight C++ software engineer who is not afraid to read complex code?


  👤 acomjean Accepted Answer ✓
I haven't learned yet, but here are some resources posted here:

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...