ioctl-macros 0.1.0

Rust macros that can be used to generate ioctl numbers on unix systems
Documentation
1
2
3
4
5
extern crate gcc;

fn main() {
    gcc::Config::new().file("src/ioctl.c").debug(false).compile("libioctlgen.a");
}