evdev-sys 0.2.2

Raw bindings to libevdev High level Rust bindings are available in the `evdev` crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
option('tests',
       type: 'feature',
       value: 'enabled',
       description: 'Build the tests')
option('documentation',
       type: 'feature',
       value: 'enabled',
       description: 'Build the documentation')
option('coverity',
       type: 'boolean',
       value: 'false',
       description: 'Enable coverity build fixes, see meson.build for details')