Ask HN: 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!
2 comments
[ 3.1 ms ] story [ 18.2 ms ] threadWhy not start with the book - https://doc.rust-lang.org/book/ - or Programming Rust (https://learning.oreilly.com/library/view/programming-rust-2...) ?