Crate wsdom_axum

Source
Expand description

Integration code for conveniently using WSDOM with the Axum web framework.

This library provides only one function: socket_to_browser.

Structs§

ToBrowserFuture
Future type returned from socket_to_browser.

Enums§

Output
Output type of ToBrowserFuture.

Functions§

socket_to_browser
Get a Browser from an [axum::WebSocket] object.