coloring 0.3.1

Convert values to color simply and securely.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "coloring"
version = "0.3.1"
authors = ["André Lins <andrelucas01@hotmail.com>"]
edition = "2018"
license = "MIT"
readme = "README.md"
description = "Convert values to color simply and securely."
documentation = "https://docs.rs/coloring"
keywords = ["convert", "color", "string"]
repository = "https://github.com/andrelmlins/coloring"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libm = "0.2"