Do you guys know any resources that you find crucial to learn for starters? I've found the following helpful but im curious for more..
- https://doc.rust-lang.org/book/
- https://cheats.rs/
- https://fasterthanli.me/
https://doc.rust-lang.org/reference/
https://doc.rust-lang.org/nomicon/
Documentation aimed at beginners often assumes a lack of prior programming experience, which is useful if you are (for example) a high-school student learning about pointers and abstraction but IMO not a good use of time for most people posting on Hacker News.
The Rust reference manual is well-written and comprehensive for basic Rust, and the Rustonomicon has often answered my questions about more advanced topics (FFI, concurrency).
If you're into backend web development, take a look at "Zero to Production" in Rust for an applied, hands-on approach to building a server.
Why did you post https://cheat.rs/ ? Links to a spam page.
I really like rustlings.