libevdev-sys 0.1.0

FFI bindings to libevdev and 'linux/input.h'
Documentation
1
2
3
4
5
6
7
8
9

#![allow(non_camel_case_types,
         non_upper_case_globals,
         non_snake_case)]

extern crate libc;

pub mod linux_input;
pub mod evdev;