summa-tx / coins

Rust implementations of BIP32/39 and Ledger device comms
Other
90 stars 31 forks source link

replace hidapi for hidapi-rusb #90

Closed joshieDo closed 2 years ago

joshieDo commented 2 years ago

Replaces hidapi for hidapi-rusb.

It's a minimal fork, where the only difference is that hidapi-rusb takes by default the libusb backend built by rusb. (feature: libusb-static-rusb). This way, it no longer depends on libudev-dev or libusb-1.0-0-dev.

gakonst commented 2 years ago

context on changes @prestwich https://github.com/joshieDo/hidapi-rs/pull/1

prestwich commented 2 years ago

integration tests pass for btc app