websocket-codec 0.2.0-alpha.6

A Tokio codec for the websocket protocol
Documentation
1
2
3
4
5
6
7
# 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.