libudev replacement #1
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
linux
This issue affects Linux
RIIR
No native-Rust library exists
thread-safety
This issue affects thread safety
Sharing a libudev context between threads is not safe (in rust terms a context is
!Send
), even when guarded by a mutex. This means that a USB context that depends on libudev must also be!Send
. As a result, a Rust library needs to be created to talk to udev directly without using libudev.The text was updated successfully, but these errors were encountered: