websocket-codec 0.1.0

A Tokio codec for the websocket protocol
Documentation

A Tokio codec implementation of the WebSocket protocol.

This crate does not do any I/O directly. For a full WebSocket client, see the websocket-lite crate.