obsidiandynamics/rust-xcomp

By obsidiandynamics

Updated over 2 years ago

Cross-compilation for Rust

Image
0

34

rust-xcomp

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.

Repository: github.com/obsidiandynamics/rust-xcomp.

Docker Pull Command

docker pull obsidiandynamics/rust-xcomp