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

#709 in Cargo plugins

Download history 454/week @ 2024-11-14 532/week @ 2024-11-21 362/week @ 2024-11-28 671/week @ 2024-12-05 309/week @ 2024-12-12 308/week @ 2024-12-19 280/week @ 2024-12-26 415/week @ 2025-01-02 395/week @ 2025-01-09 306/week @ 2025-01-16 277/week @ 2025-01-23 330/week @ 2025-01-30 314/week @ 2025-02-06 373/week @ 2025-02-13 305/week @ 2025-02-20 210/week @ 2025-02-27

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