// sub-module in a sub-directoryusesub::sub2asmsalias;usesub::sub2;staticyy: usize=25;modsub{pubmodsub2{pubmodsub3{pubfnhello(){println!("hello from module 3");}}pubfnhello(){println!("hello from a module");}pubstructnested_struct{pubfield2: u32,}}}pubstructSubStruct{pubname: String}