1 2 3 4 5 6 7 8
mod captured; mod many; mod string; mod to_string; mod with_path; #[allow(unused_imports)] pub use {captured::*, many::*, string::*, to_string::*, with_path::*};