sysfs_input 0.0.0

A library for reading sysfs input devices
Documentation
use sysfs_input::*;

fn main() {
    println!("{:#?}", sysfs_input::input_devices());
}