1 2 3 4 5 6 7 8 9 10 11 12
pub mod data_frame { pub mod data_frame; pub mod data_type; pub mod return_type; mod data_frame_test; pub mod read_from; } fn main() { eprintln!("hello"); }