dcuddeback / libusb-rs

A safe Rust wrapper for libusb.
MIT License
199 stars 64 forks source link

Is this maintained? #49

Open epage opened 2 months ago

epage commented 2 months ago

@dcuddeback looking to file an unmaintained advisory against this but wanted to check in with you first.

The reason this is important is that libusb is building against an old version of bit-sec that has an invalid Cargo.toml that will no longer be recognized as of Cargo 1.79, breaking builds of libusb and everyone who depends on it (see rust-lang/cargo#13824)

Looking over this repo,

Since the start of 2022, the only public activity for @dcuddeback 's profile is two commits to their dotfiles.

There was some activity on libusb-sys in 2021 that was never released.

kevinmehall commented 2 months ago

rusb is a maintained fork, and my nusb crate is a pure-Rust rewrite that uses OS APIs directly instead of linking the C libusb library.