|
|
| | Ask HN: Resources for Learning Idiomatic Rust? | | 15 points by poletopole on Feb 23, 2021 | hide | past | favorite | 10 comments | | I have more or less learned Rust from nostarch's book (which took about a month). However, I am far from being proficient with the language, not because I'm new to programming but because Rust is quite different than other languages I know. Is there a book or resources online that teach how to use the language effectively, such as patterns and best practices or even a cook book with examples? |
|

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
I found some complementary resources like the following: https://blog.burntsushi.net/rust-error-handling/
https://fasterthanli.me/ has a lot of very good Rust posts in varying levels
There are also some resources that are still incomplete, like the async book (https://rust-lang.github.io/async-book/) and Rust patterns (https://rust-unofficial.github.io/patterns/)
And there are youtube channels like: https://www.youtube.com/c/JonGjengset - He has videos about super advanced stuff (like implement a concurrent hash map), and the Crust of Rust which is more suitable for beginners Another one I like a lot is Ryan Levick (https://www.youtube.com/channel/UCpeX4D-ArTrsqvhLapAHprQ)