Skip to content

Commit e8a4bbb

Browse files
feat: reexport imap_proto
Closes #20
1 parent 5e9bf0c commit e8a4bbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ extern crate pin_utils;
6868
#[macro_use]
6969
extern crate rental;
7070

71+
// Reexport imap_proto for easier access.
72+
pub use imap_proto;
73+
7174
mod authenticator;
7275
mod client;
7376
pub mod error;

0 commit comments

Comments
 (0)