Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 528 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 528 Bytes

rust-xcomp

Docker

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.