Skip to content

Releases: fpagliughi/yusb

Version 0.1.2

18 Oct 15:31
Compare
Choose a tag to compare
  • Trim nul chars off the end of descriptor strings.

Version 0.1.1

17 Oct 20:28
Compare
Choose a tag to compare
  • Cleaned up Devices, the iterator for DeviceList.
  • Added IntoIterator for DeviceList. Can now do for loops over the device list itself.
  • Updated fields enum values:
    • "C" repr and variants agree with comparable libusb constants.
    • Implemented From traits for the ones missing them.
    • EndpointDescriptor now uses the From traits
  • Fixed Windows build warning