Update lib.rs

pull/313/head
ssrlive 2 years ago committed by GitHub
parent e017e0c470
commit 99f00bb6ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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},
};

Loading…
Cancel
Save