twitchyliquid64 / usbd-hid

MIT License
88 stars 37 forks source link

Used a Visitor to collect item_settings. #33

Closed jyelloz closed 3 years ago

jyelloz commented 3 years ago

The old version was dependent on syn parsing a specific tree structure for the macro while this can work with syn versions <=1.0.75 and >=1.0.76 and hopefully any future versions.

Should fix #32