soketto 0.2.2

A websocket protocol implementation as as set of tokio codecs.
Documentation
1
2
3
4
5
6
7
8
9
# Soketto

An implementation of the [RFC 6455][1] websocket protocol as a set of tokio [Codec][2]s.
This crate is a heavily modified fork of the [twist][3] crate.

[1]: https://tools.ietf.org/html/rfc6455
[2]: https://crates.io/crates/tokio-codec
[3]: https://crates.io/crates/twist