twitchyliquid64 / usbd-hid

MIT License
88 stars 37 forks source link

Remove serialization from large byte arrays over 32 bytes long #30

Closed haata closed 3 years ago

haata commented 3 years ago
twitchyliquid64 commented 3 years ago

Could this change possibly break existing usage?

haata commented 3 years ago

No, as the code will not compile without this for any reports over 32 bytes due to serde limitations. And any codepaths that use 32 bytes or less will be the same as before.