basic-udev 0.1.2

A drop-in, pure-rust implementation of some udev features
Documentation
  • Coverage
  • 0%
    0 out of 13 items documented0 out of 12 items with examples
  • Size
  • Source code size: 8.73 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.02 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • xobs/basic-udev
    3 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • xobs

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