Socketeer
Socketeer is a simple wrapper which creates a tokio-tungstenite websocket connection and provides a simple async API to send and receive messages. It automatically handles the underlying websocket and allows for reconnection, as well as immediate handling of errors in client code. Currently supports only json encoded binary and text messages.