Skip to content

Commit b3e3970

Browse files
committed
Elaborate comment in websocket-base
1 parent 10dbb8c commit b3e3970

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

websocket-base/src/lib.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
//! (after HTTP upgrade already happened)
44
//! WebSocket message definition, some error type.
55
//!
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.
6+
//! For now it still optionally depends on `futures 0.1` and `tokio-io 0.1`, but that's going to
7+
//! be extracted to a separate crate, if `rust-websocket`'s depelopment continues.
88
//!
9-
//! Note that there is no normal example of usage so far.
9+
//! Note that there is no normal example of usage so far. See usual `websocket` crate or
10+
//! alternative like `tungstenite`.
1011
1112
extern crate byteorder;
1213
extern crate bytes;

0 commit comments

Comments
 (0)