Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bb010g/rust-hsluv
Rust implementation of HSLuv (revision 4)
https://github.com/bb010g/rust-hsluv
color
Last synced: 2 months ago
JSON representation
Rust implementation of HSLuv (revision 4)
- Host: GitHub
- URL: https://github.com/bb010g/rust-hsluv
- Owner: bb010g
- License: mit
- Created: 2017-02-09T21:00:07.000Z (almost 8 years ago)
- Default Branch: d/main
- Last Pushed: 2021-08-19T00:28:26.000Z (over 3 years ago)
- Last Synced: 2024-08-09T21:13:58.124Z (5 months ago)
- Topics: color
- Language: Rust
- Size: 1.02 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hsluv [![CI](https://github.com/bb010g/rust-hsluv/workflows/CI/badge.svg)](https://github.com/bb010g/rust-hsluv/actions) [![Cargo](https://img.shields.io/crates/v/hsluv.svg)](https://crates.io/crates/hsluv) [![API reference](https://docs.rs/hsluv/badge.svg)](https://docs.rs/hsluv/)
## Introduction
This is a Rust implementation of [HSLuv](http://www.hsluv.org/) (revision 4),
based heavily off of the
[official C implementation](https://github.com/hsluv/hsluv-c).
Supports `no_std` via the `libm` feature.