ryankurte / rust-streamdeck

libusb based driver for Elgato StreamDeck devices
Mozilla Public License 2.0
57 stars 24 forks source link

Reimplement Error using thiserror #16

Closed MrGunflame closed 2 years ago

MrGunflame commented 2 years ago

Followup PR to my previous error implementation (#15 ). This one uses thiserror.

ryankurte commented 2 years ago

looks great, thanks!

(would love to see what you're using this for if you're up for sharing, it'd be neat to have some demos somewhere ^_^)

MrGunflame commented 2 years ago

Sure thing, my streamdeck build is on my GitHub (https://github.com/MrGunflame/streamdeck). It still is very much work in progress, but feel free to use and/or share it for demos.