File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments