1 2 3 4 5 6 7 8 9
pub mod helper; pub fn helper1() { println!("Helper 1 from utils"); } pub fn helper2() { println!("Helper 2 from utils"); }