Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Top 5 Rust Lint Projects
-
Clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
Project mention: More than you've ever wanted to know about errors in Rust | news.ycombinator.com | 2023-07-23I couldn't find it in the API guidelines either. From what I understand, the idea is that any trait bounds, which includes generic type parameter bounds and lifetime bound on a type (struct or enum) would be repeated back in the impl block
there is a nice discussion on this issue here: https://github.com/rust-lang/rust-clippy/issues/1689
-
Everytime I see Shellcheck coming up, I have to mention shellharden[0] written by a colleague of mine. It is basically shellcheck but it applies the suggested changes automatically.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
Rust Lint 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
- Reading Rust
- How are compiler validations implement in rust compiler behind the scenes?
- Gigachad Ken Thomson.
-
A note from our sponsor - Onboard AI
getonboard.dev | 5 Dec 2023
Index
What are some of the best open-source Lint projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | Clippy | 10,148 |
2 | shellharden | 4,472 |
3 | svlint | 249 |
4 | git-mit | 58 |
5 | lowlint | 0 |