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

#699 in Cargo plugins

Download history 492/week @ 2024-09-23 400/week @ 2024-09-30 895/week @ 2024-10-07 311/week @ 2024-10-14 522/week @ 2024-10-21 428/week @ 2024-10-28 502/week @ 2024-11-04 512/week @ 2024-11-11 367/week @ 2024-11-18 506/week @ 2024-11-25 604/week @ 2024-12-02 414/week @ 2024-12-09 329/week @ 2024-12-16 248/week @ 2024-12-23 363/week @ 2024-12-30 403/week @ 2025-01-06

1,376 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