Julien Cretin
Julien Cretin
Thanks for the quick answer! The use-case I have in mind is a device with the default configuration for applet interfaces (not familiar enough with USB to know if there...
Yes, I also thought about doing that. The problem is that this needs cooperation from the applets (which are not necessarily trusted or considered reliable). So for it work, there...
The USB drivers are implemented in the platform (applets can only select from a subset of those and can't influence the USB behavior outside of the API provided by the...
If I understand correctly, this would essentially be a vendor way of implementing configurations. SetConfiguration would just be a control transfer asking to the device to USB reset into a...
Thanks! I'll follow that PR.
Thanks @tamasfe for all the efforts and care you've put into this project. This makes it all harder to decide to step down. While I'm still not planning to help...
Same here. I've been using Taplo for 3 years now and will continue to do so as long as it fulfills my needs. The fact that it's not maintained anymore...
I agree the current API is complicated but may I suggest to make it more complicated to possibly make it simpler: - There are 6 "implementer" traits: one per type...
Yes I understand the current design, I'm suggesting to fix its limitations, in particular the fact that blanket impls force extra copy when implemented and used interfaces differ. Here's a...
> what you want isn't an in-place API Indeed, the naming is wrong. I called it like that because I also consider in-place the version of an API that takes...