Docs.rs
garbage-code-hunter-0.1.2
garbage-code-hunter 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Timwood0x10
Dependencies
clap ^4.0
normal
colored ^3.0.0
normal
quote ^1.0
normal
regex ^1.0
normal
syn ^2.0
normal
walkdir ^2.0
normal
criterion ^0.7
dev
tempfile ^3.0
dev
Versions
15.85%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module rust_patterns
garbage_
code_
hunter
0.1.2
Module rust_
patterns
Module Items
Structs
In garbage_
code_
hunter::
rules
garbage_code_hunter
::
rules
Module
rust_
patterns
Copy item path
Source
Structs
§
Iterator
Abuse
Rule
检测用循环代替迭代器的情况
Match
Abuse
Rule
检测可以用 if let 的复杂 match
String
Abuse
Rule
检测到处用 String 而不用 &str
VecAbuse
Rule
检测不必要的 Vec 分配