1 2 3 4 5 6 7
//! Auto-generated module structure (split from functions.rs) pub mod part1; pub mod part2; pub use part1::*; pub use part2::*;