chromatica 1.0.1

The simplest possible compile-time color definitions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# chromatica

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`.