Finomnis
Finomnis
First of all, this is an awesome project and I hope that it is not abandoned yet. I noticed that it helped me a lot, but I miss generation of...
I currently have the `source` field of my error enum be `Box`. In my project, I would like to make this `source` field type configurable with a generic with `Box`...
The goal of `vref_center` is to move the font in the middle between `ascent` and `descent`. For that, the distance between `ascent` and `descent` is calculated and divided by two....
Both of them claim to be [qrcodegen-1.8.0](https://docs.rs/qrcodegen/1.8.0/qrcodegen/), but only the `std` version is actually published on crates.io. Would it be possible to publish the `no-std` version as well? For example...
# Description of the bug **Version:** from docker hub, tag `0f355c1`. When trying to delete a share, I get `403: Access Denied`. It's also shown in the log (I replaced...
- Remove obsolete `futures` mod - Add CI - Adjust licenses to `MIT` and `Apache 2.0`, as [recommended](https://rust-lang.github.io/api-guidelines/necessities.html#:~:text=Besides%20the%20dual%20MIT%2FApache,restrictions%20of%20Rust's%20MIT%20license.). - Add MSRV - Add tags - Bump to `0.3.0` This is...
See #873.
Some fixes/modifications to the existing LPSPI driver. This is in preparation for the `embedded-hal 1.0` rework, which will introduce a new high level driver that wraps this low level one....
This is a tracking issue of our progress and tasks to integrate the [~~upcoming~~ `1.0` version of `embedded-hal`](https://github.com/rust-embedded/embedded-hal/issues/177). TODO: Link the migration guide here (https://github.com/rust-embedded/embedded-hal/issues/283) Tasks for `embedded-hal` (applicable as...