evdi 0.8.0

High-level bindings for evdi
Documentation
1
2
3
4
5
6
use evdi::prelude::*;

fn main() {
    DeviceNode::remove_all()
        .expect("Failed to remove all devices. Did you run with superuser permissions?")
}