Skip to content

Version 0.1.1

Compare
Choose a tag to compare
@fpagliughi fpagliughi released this 17 Oct 20:28
· 4 commits to master since this release
  • 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