palett 0.0.8

ansi color space tool
Documentation
1
2
3
4
pub struct Bound<T> {
    pub max: T,
    pub min: T,
}