|
|
|
|
|
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. |
|