Cylus 
######Library for RaspberryPi GPIO - Documentation
To cross-compile on RaspberryPi, follow these instructions: https://github.com/Ogeon/rust-on-raspberry-pi
#Example
extern crate cylus;
use Cylus;
#TODO
- get Rust working on raspberrypi
- Read BCM2835 ARM Peripherals manual
- make it work
#Converting into a library
- simple digital GPIO input/output
- add Pwm functionality
- publish to crates.io