Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@G2-Games G2-Games released this 14 Aug 23:50
· 2 commits to main since this release

Improvements

  • Added get_device_list for WASM targets.
  • Documentation has been improved, now 100% of the crate is documented!

Breaking changes!

  • Renamed Descriptor to DeviceInfo, as Descriptor means something specific in USB.
  • Renamed UsbError to Error as it's the main and only error type for the whole crate.

Bug Fixes

  • Descriptor::product_id and Descriptor::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