HACKER Q&A
📣 brrrrrm

How do I learn to write good modern Rust code?


I am coming from a C++/Python background and want to shake the shackles of their associated paradigms when writing Rust.

I’m particularly interested in finding good codebases to study or problems to solve that are natural fits for the Rust language.

Also, what resources should I avoid?

Thanks!


  👤 jstx1 Accepted Answer ✓
I think jumping straight into a codebase won't get you very far with Rust.

Why not start with the book - https://doc.rust-lang.org/book/ - or Programming Rust (https://learning.oreilly.com/library/view/programming-rust-2...) ?


👤 temny