4 个版本
0.2.3 | 2020年6月15日 |
---|---|
0.2.2 | 2020年5月10日 |
0.2.1 | 2020年1月4日 |
0.2.0 | 2019年12月29日 |
#636 在 Cargo 插件 中
4,454 每月下载次数
在 rproxy 中使用
7.5MB
117 行
包含 (ELF exe/lib, 16MB) binaries/bootstrap, (ELF exe/lib, 2.5MB) binaries/NetStats, (ELF exe/lib, 2MB) binaries/mips-openwrt-linux-strip
cargo-strip
A cargo subcommand that reduces the size of Rust binaries using the strip
command.
安装 & 使用
运行以下命令
cargo install --force cargo-strip
简单地使用以下命令 strip 二进制文件
cargo strip
在交叉编译时,可以使用 --target
选项来 strip 二进制文件,例如
cargo strip --target armv7-unknown-linux-gnueabihf