evdev-sys 0.2.6

Raw bindings to libevdev High level Rust bindings are available in the `evdev` crate
Documentation
1
2
3
4
5
6
#include <stddef.h>
#include <libevdev/libevdev.h>

int main(void) {
	return libevdev_new_from_fd(0, NULL);
}