4 releases

0.2.3 Jun 15, 2020
0.2.2 May 10, 2020
0.2.1 Jan 4, 2020
0.2.0 Dec 29, 2019

#707 in Cargo plugins

Download history 443/week @ 2024-09-24 484/week @ 2024-10-01 873/week @ 2024-10-08 249/week @ 2024-10-15 564/week @ 2024-10-22 451/week @ 2024-10-29 428/week @ 2024-11-05 548/week @ 2024-11-12 406/week @ 2024-11-19 472/week @ 2024-11-26 607/week @ 2024-12-03 395/week @ 2024-12-10 320/week @ 2024-12-17 266/week @ 2024-12-24 329/week @ 2024-12-31 421/week @ 2025-01-07

1,393 downloads per month
Used in rproxy

MIT license

7.5MB
117 lines

Contains (ELF exe/lib, 16MB) binaries/bootstrap, (ELF exe/lib, 2.5MB) binaries/NetStats, (ELF exe/lib, 2MB) binaries/mips-openwrt-linux-strip

cargo-strip

crates.io badge CI Twitter Follow

A cargo subcommand that reduces the size of Rust binaries using the strip command.

Installation & Usage

Run the following command:

cargo install --force cargo-strip

Simply strip your binary with:

cargo strip

When cross-compiling, the --target could be used to strip the binary, such as:

cargo strip --target armv7-unknown-linux-gnueabihf

Dependencies