sidit77 / async-hid

A async Rust library for interacting with HID devices
MIT License
3 stars 2 forks source link

Hashable deviceinfo (and modifications to Eq and PartialEq impl) #6

Closed zardini123 closed 4 months ago

zardini123 commented 5 months ago

Implemented Hash, Eq, and PartialEq as described in conversation of issue #5 such that all fields except private_data are compared against.

PR dependent on PR #4 Resolves #5

zardini123 commented 4 months ago

As DeviceId changes are now included in main, I rebased this PR and marked ready for review.