Erik Hedvall
Erik Hedvall
This is mostly relevant for conversion methods that are larger than a handful of lines. It should be possible to help the compiler de-duplicate a lot of code where the...
It should have about the same API as today, where it still makes sense, but overall modernized. Also fulfill this: * [ ] make it `#[no_std]` enabled * [ ]...
The [Munsell color system](https://en.wikipedia.org/wiki/Munsell_color_system) may be an interesting addition from a more artistic point of view. RIT provides some [data files](https://www.rit.edu/cos/colorscience/rc_munsell_renotation.php) that may be used to convert from Munsell to...
Add some sort of support for [ICC profiles](https://en.wikipedia.org/wiki/ICC_profile). Could be statically embedded, fully dynamic or both. This will make things like accurate CMYK possible, as discussed in #6.
It's now possible to download pre-compiled libraries, using `multirust add-target $TRIPLE`, so I'm opening this issue as a reminder to explore it further and rewrite the guide. It's currently only...
The creator of the wrapped WiringPi library has chosen to deprecate it. As part of that, he has taken down the Git repository (at the time of writing), so it's...
There are a lot of undocumented parts, and I would love to give them some good explanations that will help newcomers as well as more advanced users. I'm not an...
Implements support for CIE CAM 16 and surrounding parts. This is a work in progress that is put up for early review, in case anyone has feedback or want to...
Dear contributors, watchers, issue posters, question askers, star button pressers, and other excellent friends of the Palette crate, I have been maintaining this library for about 8 years now, and...
## Description As mentioned in #347, the error type for `FromStr` can be improved a bit: * Remove the `From