color-core 0.1.2

Color shared definition
Documentation
1
2
3
4
5
6
7
mod hsl;
mod rgb;

#[test]
fn ready() {
    println!("it works!")
}