email_type_rs/
lib.rs

1pub mod email;
2pub mod error;
3
4#[cfg(feature = "utils")]
5pub mod utils;