tf-rust-socketio 0.8.0

A Socket.IO client implementation in Rust. Fork of rust_socketio with server-to-client ACK support, reconnect headers, and close reason enhancements.
Documentation
1
2
3
4
5
6
mod ack;
pub(crate) mod builder;
#[cfg(feature = "async-callbacks")]
mod callback;
#[allow(clippy::module_inception)]
pub(crate) mod client;