Minimal implementation of the WebSocket RFC 6455 with no_std
support.
This implementation makes no assumption about the transport layer; whether you're using sockets, synchronous or async IO. It simply implements the plumbing of the protocol itself.