Link to some similar tools

This commit is contained in:
Eric Kidd 2017-10-19 16:23:47 -04:00
parent ea88210e12
commit 4ab9c3461f
1 changed files with 5 additions and 0 deletions

View File

@ -133,6 +133,11 @@ Rust crates out of the box.
After modifying the image, run `./test-image` to make sure that everything
works.
## Other ways to build portable Rust binaries
- [messense/rust-musl-cross](https://github.com/messense/rust-musl-cross) shows how to build binaries for many different architectures.
- [japaric/rust-cross](https://github.com/japaric/rust-cross) has extensive instructions on how to cross-compile Rust applications.
## License
Either the [Apache 2.0 license](./LICENSE-APACHE.txt), or the