const-css-color 0.1.1

Css color parser at compile time
Documentation
1
2
3
4
5
6
7
8
9
10
11
use super::*;

mod display;

impl LUMA32 {}

impl Default for LUMA32 {
    fn default() -> Self {
        Self { l: 0.0, u: 0.0, m: 0.0, a: 1.0 }
    }
}