#udev #drop-in

basic-udev

A drop-in, pure-rust implementation of some udev features

3 releases

0.1.2 Mar 8, 2025
0.1.1 Mar 8, 2025
0.1.0 Mar 8, 2025

#986 in Hardware support

Download history 402/week @ 2025-12-25 367/week @ 2026-01-01 468/week @ 2026-01-08 1446/week @ 2026-01-15 1144/week @ 2026-01-22 3004/week @ 2026-01-29 3987/week @ 2026-02-05 965/week @ 2026-02-12 3250/week @ 2026-02-19 5815/week @ 2026-02-26 3431/week @ 2026-03-05 5862/week @ 2026-03-12

18,445 downloads per month
Used in 2 crates (via hidapi)

MIT/Apache

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" }

No runtime deps