Module glimesh::ws[][src]

Connection over WebSockets.

You will usually pretty much immediately turn the connection into a Client. E.g.

use glimesh::{ws::Connection, Auth};
let client = Connection::connect(Auth::client_id("<GLIMESH_CLIENT_ID>")).await.into_client();

Structs

Connection

Connect to glimesh over websockets

ConnectionBuilder

Configure and build a websocket Connection.

Type Definitions

WebsocketClient

Type alias for a websocket backed client