Ask HN: How do I learn to write good modern Rust code?
2 comments
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...) ?
Why not start with the book - https://doc.rust-lang.org/book/ - or Programming Rust (https://learning.oreilly.com/library/view/programming-rust-2...) ?
How not to learn Rust: https://dystroy.org/blog/how-not-to-learn-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!