3 releases
0.1.2 | Mar 8, 2025 |
---|---|
0.1.1 | Mar 8, 2025 |
0.1.0 | Mar 8, 2025 |
#408 in Hardware support
343 downloads per month
10KB
204 lines
Simple udev for Rust
This is a simple implementation of udev
, written entirely in Rust and without dependencies. It is designed to be used as a drop-in replacement for udev-rs without needing to change anything.
Usage
As of today, cargo does not support renaming dependencies in a [patch]
section (see #9227). To work around this, you can specify the udev
present in this repository:
[patch.crates-io]
udev = { git = "https://github.com/xobs/basic-udev.git" }