summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 86057ff..893384c 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -11,9 +11,11 @@ use charset::decode_latin1;
use charset::Charset;
pub mod body;
+mod addrparse;
mod dateparse;
use body::Body;
+pub use addrparse::{addrparse, GroupInfo, MailAddr, SingleInfo};
pub use dateparse::dateparse;
/// An error type that represents the different kinds of errors that may be