-
That said, find a project that's doing something you like, and learn from how they do things. While a project popularity contest doesn't necessarily mean you're dealing with better developers, those with a high profile are probably better written and might be a good subject of study. Maybe even just pick one from crates.io and start poking around.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
Check out the readme for more information.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
More than you've ever wanted to know about errors in Rust
-
New clippy lint: detecting `&mut` which could be `&` in function arguments
-
I want to contribute in a big project
-
rustc-plugin: A framework for writing plugins that integrate with the Rust compiler
-
How are compiler validations implement in rust compiler behind the scenes?