I would like to use this crate for creating rust program which will install libusb driver for raspberry pi pico, similar to what you did here: https://github.com/blackmagic-debug/bmputil/blob/main/src/windows.rs 1. I'm not sure how to adapt it 2. and if I should detect it by PID / VID? 3. How to grab the info? Will it work for every pico board I'll try? 4. Can I do that even when the board isn't connected?
I would like to use this crate for creating rust program which will install libusb driver for raspberry pi pico, similar to what you did here:
https://github.com/blackmagic-debug/bmputil/blob/main/src/windows.rs