Crate ws_tool

source ·
Expand description

rust websocket toolkit

Re-exports

pub use http;

Modules

frame codec impl
websocket error definitions
websocket transport unit
build connection & read/write frame utils
stream definition

Structs

helper builder to construct websocket client
generic message receive/send from websocket stream
helper struct to config & construct websocket server

Enums

websocket connection state

Traits

a trait that tells ws-tool corresponding opcode of custom type