入门学习Rust 我的第一个测试demo
pub use self::Kinds::PrimaryColor;
pub use self::Kinds::SecondColor;
pub use self::Utils::mix;
#Example add
Example