cr8t / udev

Pure Rust interface to the userspace devfs (udev) subsystem on Linux
GNU General Public License v2.0
4 stars 1 forks source link

feature: `UdevEnumerate` top-level API #7

Closed cr8t closed 10 months ago

cr8t commented 10 months ago

Adds a top-level public API for UdevEnumerate that closely maps to the original libudev API.

Updates the list of completed top-level APIs.