websocket-codec 0.1.1

A Tokio codec for the websocket protocol
Documentation
# websocket-codec

[Documentation](https://docs.rs/websocket-codec)

A Tokio codec implementation of the WebSocket protocol.

This is a standalone crate that does not do any I/O directly. For a full WebSocket client, see the [websocket-lite](https://docs.rs/websocket-lite) crate.