my_crate 是一系列工具集合 这些工具可以用来简化特定的计算操作
pub use self::kinds::PrimaryColor;
pub use self::kinds::SecondaryColor;
pub use self::utils::mix;
将传入的数字加1