ws281x 0.1.0

Bindings and wrapper for rpi-ws281x.
Documentation
extern crate gcc;

fn main() {
	gcc::compile_library("libws281x.a", &["c/mailbox.c", "c/ws2811.c", "c/pwm.c", "c/dma.c", "c/rpihw.c"]);
}