twitchyliquid64 / usbd-hid

MIT License
87 stars 37 forks source link

descriptors: convert crate to no_std #54

Closed rmsyn closed 1 year ago

rmsyn commented 1 year ago

Converts the descriptors crate to no_std to avoid indirect dependency on the std library in a no_std crate.

haata commented 1 year ago

Please fix the clippy issues. Otherwise looks good.