1
2
3
4
5
pub mod hsl;
pub mod rgb;

pub use hsl::Hsl;
pub use rgb::Rgb;