Skip to content

Commit de33863

Browse files
committed
Add tool reference to cargo-llvm-lines
1 parent d2a8cd9 commit de33863

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,9 @@ $ upx --best --lzma target/release/min-sized-rust
334334

335335
- [`cargo-bloat`](https://github.com/RazrFalcon/cargo-bloat) - Find out what takes most of the
336336
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.
337340
- [`cargo-unused-features`](https://github.com/TimonPost/cargo-unused-features) - Find and prune
338341
enabled but potentially unused feature flags from your project.
339342
- [`momo`](https://github.com/llogiq/momo) - `proc_macro` crate to help keeping the code footprint

0 commit comments

Comments
 (0)