Docs.rs
garbage-code-hunter-0.1.2
garbage-code-hunter 0.1.2
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 code_smells
garbage_
code_
hunter
0.1.2
Module code_
smells
Module Items
Structs
In garbage_
code_
hunter::
rules
garbage_code_hunter
::
rules
Module
code_
smells
Copy item path
Source
Structs
§
Commented
Code
Rule
检测被注释掉的代码块
Dead
Code
Rule
检测明显的死代码
GodFunction
Rule
检测做太多事的函数(上帝函数)
Magic
Number
Rule
检测魔法数字(硬编码的数字常量)