| Crates.io | basic-udev |
| lib.rs | basic-udev |
| version | 0.1.2 |
| created_at | 2025-03-08 03:50:23.442672+00 |
| updated_at | 2025-03-08 03:52:25.88951+00 |
| description | A drop-in, pure-rust implementation of some udev features |
| homepage | |
| repository | https://github.com/xobs/basic-udev |
| max_upload_size | |
| id | 1584043 |
| size | 9,197 |
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.
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" }