Description
Rust projects can be cross-compiled for other target platforms through a command-line helper. It is useful for developers who need binaries for systems different from the machine doing the build.
Cross-compilation depends on target toolchains, linkers, and native libraries. Verify generated binaries on the target platform before release.