Bindings for libmraa in Rust
rust-mraa is a library that aims to provide bindings for Intel’s libmraa in a idiomatic and abstract manner.
We currently compile against the Master branch. I’d recommend using the Nightly installer, as that has the greatest chance of working.
You may find the libmraa sources at https://github.com/intel-iot-devkit/mraa.
The following steps are a short overview of how to create an Edison-compatible executable.
multirust update nightly-i686 --installer https://static.rust-lang.org/dist/rust-nightly-i686-unknown-linux-gnu.tar.gz
)multirust override nightly-i686
)source /opt/poky-edison/1.6.1/environment-setup-core2-32-poky-linux
)