mirror of
https://github.com/GiriNeko/hbb_common.git
synced 2025-12-17 13:57:26 +00:00
[clean] test passed.
- clean unused.
This commit is contained in:
parent
880365cab0
commit
3ef70f0e4d
2 changed files with 4 additions and 41 deletions
|
|
@ -60,6 +60,7 @@ pub use flexi_logger;
|
|||
pub mod websocket;
|
||||
use sodiumoxide::crypto::secretbox::Key;
|
||||
|
||||
// support Websocket and tcp.
|
||||
pub enum Stream {
|
||||
WebSocket(websocket::WsFramedStream),
|
||||
Tcp(tcp::FramedStream),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue