impl stream for client

This commit is contained in:
Astro 2017-06-20 21:26:51 +02:00
commit 1e2672ba50
7 changed files with 254 additions and 70 deletions

View file

@ -18,10 +18,8 @@ mod tcp;
pub use tcp::*;
mod starttls;
pub use starttls::*;
mod client_auth;
pub use client_auth::*;
mod client_bind;
pub use client_bind::*;
mod client;
pub use client::{Client, ClientEvent};
// type FullClient = sasl::Client<StartTLS<TCPConnection>>