Hacker News new | ask | show | jobs
by nindalf 1381 days ago
This list undoubtedly took a lot of effort to compile, but I fear it might intimidate a newbie.

I’d say the guide to learn modern rust could be much simpler - read The Book, write some code, and listen to Clippy (the linter) and apply rustfmt regularly.

Almost all Rust code out there looks similar to each other because they pretty much follow this process - follow the standard linter and code formatter. The best part is, each Rust release introduces few changes so it’s easy to stay in tune with best practices.

1 comments

Four : Rust is what, less than a decade old? Rust itself is modern, there's no 'old' or 'ancient' rust, it's all modern, no?
There is Rusty Rust and Shiny Rust...