cargo-strip 0.2.3

Strip Rust binaries created with cargo
cargo-strip-0.2.3 is not a library.

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