Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.