Projects/_posts/2022-07-20-remote-evdev-rs.md

8 lines
360 B
Markdown
Raw Normal View History

2022-07-21 22:32:08 +00:00
---
title: Remote evdev Rust
---
Pass evdev devices to remote devices and control them. Rust version. The evdev crate seems to be broke (for tasks like this) tho, since input on guest is very limited. For a working Implementation check out my [python version](/Projects/remote-evdev-python)
### [View on Github](https://github.com/Surferlul/remote-evdev-rs)