We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a8cd9 commit de33863Copy full SHA for de33863
1 file changed
README.md
@@ -334,6 +334,9 @@ $ upx --best --lzma target/release/min-sized-rust
334
335
- [`cargo-bloat`](https://github.com/RazrFalcon/cargo-bloat) - Find out what takes most of the
336
space in your executable.
337
+- [`cargo-llvm-lines`](https://github.com/dtolnay/cargo-llvm-lines) - Measure the number and size
338
+ of instantiations of each generic function, indicating which parts of your code offer the highest
339
+ leverage in improving compilation metrics.
340
- [`cargo-unused-features`](https://github.com/TimonPost/cargo-unused-features) - Find and prune
341
enabled but potentially unused feature flags from your project.
342
- [`momo`](https://github.com/llogiq/momo) - `proc_macro` crate to help keeping the code footprint
0 commit comments