// main.rs use anpub::PrimaryColor; use anpub::mix; fn main() { println!("output: {:?}", mix(PrimaryColor::Red, PrimaryColor::Yellow)); }