aboutsummaryrefslogtreecommitdiff
path: root/net/src/stream/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'net/src/stream/mod.rs')
-rw-r--r--net/src/stream/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/src/stream/mod.rs b/net/src/stream/mod.rs
index b792292..ce48a77 100644
--- a/net/src/stream/mod.rs
+++ b/net/src/stream/mod.rs
@@ -1,6 +1,8 @@
mod buffer;
+#[cfg(feature = "ws")]
mod websocket;
+#[cfg(feature = "ws")]
pub use websocket::WsStream;
use std::{