bevy_websocket_adapter 0.1.5

Simple adapter to receive WebSocket messages in your bevy games as native Rust types.
Documentation
1
2
3
mod ws_handler;

pub use ws_handler::*;