Cross-compilation support for Rust.
Native linkers are courtesy of MinGW-w64 and OSXCross – supporting i686 and x86_64 Windows targets, and Darwin/macOS targets for x86_64 and aarch64/arm64.
To compile, run cargo build --target <target>, setting <target> as needed.