Crate ws_tool

source ·
Expand description

rust websocket toolkit

Re-exports

Modules

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

Structs

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

Traits

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