ruabmbua / hidapi-rs

Rust bindings for the hidapi C library
MIT License
173 stars 82 forks source link

Make the WcharString to Option<String> conversion into a From #108

Closed carlosmn closed 1 year ago

carlosmn commented 1 year ago

Clippy is being annoying about this and it's generally good practice to implement the From which then automatically gets us the Into.

ruabmbua commented 1 year ago

Good find, thx for the fix.