https://github.com/obsidiandynamics/rust-xcomp
Cross-compilation for Rust
https://github.com/obsidiandynamics/rust-xcomp
docker multiarch rust
Last synced: about 1 year ago
JSON representation
Cross-compilation for Rust
- Host: GitHub
- URL: https://github.com/obsidiandynamics/rust-xcomp
- Owner: obsidiandynamics
- License: mit
- Created: 2022-11-05T19:17:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-05T21:44:48.000Z (over 3 years ago)
- Last Synced: 2025-01-15T13:57:14.020Z (about 1 year ago)
- Topics: docker, multiarch, rust
- Language: Dockerfile
- Homepage:
- Size: 50 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`rust-xcomp`
===
[](https://hub.docker.com/r/obsidiandynamics/rust-xcomp)
Cross-compilation support for Rust.
Native linkers are courtesy of [MinGW-w64](https://www.mingw-w64.org/) and [OSXCross](https://github.com/tpoechtrager/osxcross) – supporting `i686` and `x86_64` Windows targets, and Darwin/macOS targets for `x86_64` and `aarch64`/`arm64`.
To compile, run `cargo build --target `, setting `` as needed.