nusb exposes DeviceInfo, which is currently not available in node-usb-rs: https://docs.rs/nusb/latest/nusb/struct.DeviceInfo.html
It gives device info (vendor, product, class, serial, interfaces) without opening the device first.
Useful for filtering for a specific device, or telling identical devices apart without having to open each one.
nusb exposes
DeviceInfo, which is currently not available in node-usb-rs: https://docs.rs/nusb/latest/nusb/struct.DeviceInfo.htmlIt gives device info (vendor, product, class, serial, interfaces) without opening the device first.
Useful for filtering for a specific device, or telling identical devices apart without having to open each one.