My crate 是一系列工具的集合 这些工具用来简化特定的计算操作
pub use self::kinds::PrimaryColor;
pub use self::kinds::SecondaryColor;
pub use self::utils::mix;