1
2
3
4
5
6
7
8
#![crate_type = "lib"]
#![crate_name = "rust_pigpio"]
#![allow(dead_code)]

//! #Rust PiGPIO
//!
//! The Rust wrapper of the C library functions
pub mod pigpio;