rust-mraa Build Status

Bindings for libmraa in Rust

Overview

rust-mraa is a library that aims to provide bindings for Intel’s libmraa in a idiomatic and abstract manner.

Requirements

Rust

We currently compile against the Master branch. I’d recommend using the Nightly installer, as that has the greatest chance of working.

libmraa

You may find the libmraa sources at https://github.com/intel-iot-devkit/mraa.

Running on Intel Edison

The following steps are a short overview of how to create an Edison-compatible executable.