Expand description
Integration code for conveniently using WSDOM with the Axum web framework.
This library provides only one function: socket_to_browser.
Structs§
- ToBrowser
Future - 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.