1 2 3 4 5 6 7
// HELPERS // Simple fancy printing for the console pub fn print_start_new_example(name: &str) { println!("----------------------------------------"); println!("Example {}: ", &name); println!(); }