Improvements
- Added
get_device_list
for WASM targets. - Documentation has been improved, now 100% of the crate is documented!
Breaking changes!
- Renamed
Descriptor
toDeviceInfo
, as Descriptor means something specific in USB. - Renamed
UsbError
toError
as it's the main and only error type for the whole crate.
Bug Fixes
Descriptor::product_id
andDescriptor::vendor_id
now return the correct values on WASM targets
Future
I'm doing some preparation to implement hotplug support when its released in nusb
Have a good day!
Full Changelog: 0.3.4...0.4.0