hishamhm / basic-udev

Basic, no-dependency Rust crate to query udev on Linux

Repository from Github https://github.comhishamhm/basic-udevRepository from Github https://github.comhishamhm/basic-udev

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

Progress

This library is currently enough to be used as a drop-in replacement for hidapi-rs. Other projects are untested.

About

Basic, no-dependency Rust crate to query udev on Linux


Languages

Language:Rust 100.0%