Skip to content

Commit d6b3dd4

Browse files
committed
Add reference to cargo-unusued-features
1 parent f6f4002 commit d6b3dd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@ heuristic-based anti-virus software because malware often uses UPX.
300300

301301
- [`cargo-bloat`](https://github.com/RazrFalcon/cargo-bloat) - Find out what takes most of the
302302
space in your executable.
303+
- [`cargo-unused-features`](https://github.com/TimonPost/cargo-unused-features) - Find and prune
304+
enabled, but, potentially unused feature flags from your project.
303305
- [`momo`](https://github.com/llogiq/momo) - `proc_macro` crate to help keeping the code footprint
304306
of generic methods in check.
305307
- [Twiggy](https://rustwasm.github.io/twiggy/index.html) - A code size profiler for Wasm.

0 commit comments

Comments
 (0)