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

Crate release #20

Closed tuna-f1sh closed 4 months ago

tuna-f1sh commented 4 months ago

This looks like most of the features are ready for a release. Is there a plan to make this into a crate on crates.io? I'm looking at a pure Rust replacement for udev-rs since the libudev-sys isn't being maintained anymore.

cr8t commented 4 months ago

Is there a plan to make this into a crate on crates.io?

Yes, I'm planning on making a release soon.

@tuna-f1sh here is the latest release with all the current fixes: https://crates.io/crates/udevrs

There will likely be another patch release soon with the additions discussed in https://github.com/cr8t/udev/issues/18