diff --git a/src/lib.rs b/src/lib.rs index ec2f828..fd7b7e0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -39,7 +39,7 @@ pub use crate::{ #[cfg(feature = "handshake")] pub use crate::{ - client::{client, connect}, + client::{client, connect, connect_to_raw_stream}, handshake::{client::ClientHandshake, server::ServerHandshake, HandshakeError}, server::{accept, accept_hdr, accept_hdr_with_config, accept_with_config}, };