Hacker News new | ask | show | jobs
Ask HN: Best resources (free or paid) to learn Rust?
4 points by AlikhanPeleg 2958 days ago
For a new client project I need to get me and my team up to speed with Rust.

Any good recommendations?

2 comments

Free:

- The book: https://doc.rust-lang.org/book/second-edition/index.html

- Rust By Example is also good but it may currently be out of date (folks are working to improve it)

Paid:

- The O'Reilly book by Jim Blandy and Jason Orendorff

- integer32 in the US has done paid trainings in the past

- Asquera in Germany does trainings too (the content is https://skade.github.io/rust-three-days-course/presentation/... )