Skip to content

Commit 561e563

Browse files
committed
Resolves incorrect exports
1 parent 0b118d8 commit 561e563

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ratchet_rs/src/lib.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,15 @@
4747
pub use ratchet_core::{
4848
accept, accept_with, subscribe, subscribe_with, CloseCode, CloseReason, CloseState, Error,
4949
ErrorKind, HttpError, Message, MessageType, NoExt, NoExtDecoder, NoExtEncoder, NoExtProvider,
50-
PayloadType, ProtocolError, Receiver, ReuniteError, Role, Sender, SubprotocolRegistry,
50+
PayloadType, ProtocolError, Role, SubprotocolRegistry,
5151
TryIntoRequest, UpgradedClient, UpgradedServer, WebSocket, WebSocketClientBuilder,
5252
WebSocketConfig, WebSocketResponse, WebSocketServerBuilder, WebSocketStream, WebSocketUpgrader,
5353
};
5454
pub use ratchet_ext::{self, *};
5555

56+
#[cfg(feature = "split")]
57+
pub use ratchet_core::{Receiver, ReuniteError, Sender};
58+
5659
/// Per-message deflate.
5760
#[cfg(feature = "deflate")]
5861
pub mod deflate {

0 commit comments

Comments
 (0)