Crates.io | chromatica |
lib.rs | chromatica |
version | 1.0.1 |
source | src |
created_at | 2019-01-12 08:07:39.845756 |
updated_at | 2019-01-12 08:08:42.938621 |
description | The simplest possible compile-time color definitions. |
homepage | |
repository | https://github.com/icefoxen/chromatic |
max_upload_size | |
id | 108128 |
size | 11,392 |
Simple compile-time colors for Rust. Implements the CSS color space as named constants. Doesn't have any run-time information about them. I wanted the most bone-simple setup, so I made it.
Similar crates:
tint
-- Use this if you want string-to-color conversions.palette
-- Use this if you want lots of color space conversions and such.scarlet
-- Similar to palette
.