1 2 3 4 5 6 7 8 9 10
// first way mod commond; pub use commond::run_cmd; // // second way // pub mod spider; mod spider; pub use spider::main2;