Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/duarten/rust-bazel-cross

Cross-compilation example with rules_rust
https://github.com/duarten/rust-bazel-cross

Last synced: about 2 months ago
JSON representation

Cross-compilation example with rules_rust

Awesome Lists containing this project

README

        

# rust-bazel-cross

Example of cross-compilation from macOS to a Linux musl target. Requires installing `musl-cross`:

```
brew install filosottile/musl-cross/musl-cross
```