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

#647 in Cargo plugins

Download history 1441/week @ 2024-06-03 1063/week @ 2024-06-10 655/week @ 2024-06-17 1251/week @ 2024-06-24 741/week @ 2024-07-01 1025/week @ 2024-07-08 854/week @ 2024-07-15 696/week @ 2024-07-22 309/week @ 2024-07-29 760/week @ 2024-08-05 636/week @ 2024-08-12 275/week @ 2024-08-19 700/week @ 2024-08-26 521/week @ 2024-09-02 558/week @ 2024-09-09 258/week @ 2024-09-16

2,067 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