raspberry-web 0.1.3

Web server for controlling GPIO pins on the Raspberry Pi
Documentation
1
2
3
4
extern crate raspberry_web;
fn main() {
    raspberry_web::setup_and_run();
}