Adrian Geipert
Adrian Geipert
One of the last remaining blockers for the embedded-hal 1.0 release are missing implementations of the API to show, that the traits work fine for the drivers and hals. I...
I'm using Windows. For me curl 8.4 on Win seems to work if I specify -4. Specifying -6 makes it fail. ``` * Trying [2600:9000:2670:a600:1f:a9f5:69c0:93a1]:443... * Connected to index.crates.io (2600:9000:2670:a600:1f:a9f5:69c0:93a1)...
> If someone is still going through this issue on Windows, please try by adding `registries.crates-io.protocol = "git"` to `/.cargo/config.toml`. It worked for me. I tried that before I found...
It would be useful to have the ability to use a bus as device. If the device has a CS pin, but it's permanent active by direct connection to GND...
Have you considered returning a [ImageBuffer](https://docs.rs/image/0.24.8/image/struct.ImageBuffer.html) from the image crate for your decoding functions. This would make working with the decoded Image clearer while also making the Types more expressive...