libevdev-sys 0.1.1

FFI bindings to libevdev and 'linux/input.h'
Documentation
  • Coverage
  • 0.35%
    3 out of 859 items documented0 out of 27 items with examples
  • Size
  • Source code size: 56.73 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 19.24 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jonas-schievink

Rust FFI bindings for libevdev

This crate provides generated FFI bindings for libevdev and linux/input.h.

To regenerate the bindings, run

bindgen --ctypes-prefix=libc --builtins --match evdev /usr/include/libevdev-1.0/libevdev/libevdev.h > src/evdev.rs
bindgen --ctypes-prefix=libc --builtins --match input.h /usr/include/libevdev-1.0/libevdev/libevdev.h > src/linux_input.rs

and clean everything up. Should only take a week.