const-css-color 0.1.1

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

impl Debug for LUMA32 {
    fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
        write!(f, "luma({}, {}, {}, {})", self.l, self.u, self.m, self.a)
    }
}