Skip to content

v0.2.1

Compare
Choose a tag to compare
@jamwaffles jamwaffles released this 31 Jul 20:48
· 223 commits to master since this release

Fixed

  • #84 GroupSlave::iter will now panic instead of completing early if a slave device is already
    borrowed.

Added

  • #83 Add SlaveRef::identity method to get the vendor ID, hardware revision, etc of a slave
    device.

Changed

  • #84 The SlaveGroupState trait is now not-doc-hidden so the GroupSlave::slave method is more
    easily accessible.