1 2 3 4 5 6 7 8 9 10 11
#[cfg(test)] mod __snapshot__; mod aol; mod google; mod outlook; mod yahoo; pub use aol::*; pub use google::*; pub use outlook::*; pub use yahoo::*;