We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10dbb8c commit b3e3970Copy full SHA for b3e3970
websocket-base/src/lib.rs
@@ -3,10 +3,11 @@
3
//! (after HTTP upgrade already happened)
4
//! WebSocket message definition, some error type.
5
//!
6
-//! For now it still depends on `futures 0.1` and `tokio 0.1`, but that's going to
7
-//! be extracted to a separate crate.
+//! For now it still optionally depends on `futures 0.1` and `tokio-io 0.1`, but that's going to
+//! be extracted to a separate crate, if `rust-websocket`'s depelopment continues.
8
9
-//! Note that there is no normal example of usage so far.
+//! Note that there is no normal example of usage so far. See usual `websocket` crate or
10
+//! alternative like `tungstenite`.
11
12
extern crate byteorder;
13
extern crate bytes;
0 commit comments