Hacker News new | ask | show | jobs
Ask HN: Learning Rust
2 points by ____Sash---701_ 2448 days ago
Hi! Looking into learning Rust as a full stack javascript/node developer with some c++ knowledge. Looking for learning materials, books, videos etc. What would you recommend? :)
1 comments

rust-lang/book https://github.com/rust-lang/book

An excellent resource, being a newbie myself with a slightly different background, I find it really handy. Joining a community is also advisable, I use an unofficial one on telegram for this purpose.

Thanks