1 2 3 4 5 6 7
#![cfg_attr(test, allow(dead_code))] extern crate cupid; fn main() { println!("{:#?}", cupid::master()); }