3 unstable releases
0.3.1 | Aug 19, 2021 |
---|---|
0.3.0 | Aug 19, 2021 |
0.1.0 | Feb 10, 2017 |
#1359 in Encoding
25 downloads per month
Used in aparte
545KB
650 lines
hsluv
Introduction
This is a Rust implementation of HSLuv (revision 4),
based heavily off of the
official C implementation.
Supports no_std
via the libm
feature.