rust-on-raspberry-pi
rust-on-raspberry-pi copied to clipboard
Simplify the process, using rustup
It's now possible to download pre-compiled libraries, using multirust add-target $TRIPLE, so I'm opening this issue as a reminder to explore it further and rewrite the guide. It's currently only possible to do this with beta and nightly, but stable should be supported as soon as Rust 1.8 is out.
Now that multirust has been deprecated (and Rust 1.11.0 is stable), rustup should probably be used instead.
Yep.