# cargo-zbuild Cargo command line tools for cross platform release build in one step. - Optimize release profile for size - Compile std library for nightly channel - If cross-compiling, use the cross - Upx use `--best` and `--lzma` (MacOS uses a special implementation) ## Support Platform ## - Windows - MacOS - Linux ## Install ## - Install From Crates.io: `cargo install cargo-zbuild` - Install From Local: `cargo install --path .` ## Usage ## - Command Line: `cargo zbuild [options]` ## Attention ## For MacOS cross-compilation, please refer to the Cross documentation to prepare your own Docker image.