Rust SocketIO Event Handling with Channel (rust-socketio)
rust-socketio is an open source Rust client for socket.ioIt has an async version, but the event handling is a bit tricky. All callback functions (closures) have to use async move {} to handle events. ...