We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f4002 commit d6b3dd4Copy full SHA for d6b3dd4
README.md
@@ -300,6 +300,8 @@ heuristic-based anti-virus software because malware often uses UPX.
300
301
- [`cargo-bloat`](https://github.com/RazrFalcon/cargo-bloat) - Find out what takes most of the
302
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.
305
- [`momo`](https://github.com/llogiq/momo) - `proc_macro` crate to help keeping the code footprint
306
of generic methods in check.
307
- [Twiggy](https://rustwasm.github.io/twiggy/index.html) - A code size profiler for Wasm.
0 commit comments