rust_socketio 0.6.0

An implementation of a socketio client written in rust.
Documentation
1
2
3
4
5
mod ack;
pub(crate) mod builder;
#[cfg(feature = "async-callbacks")]
mod callback;
pub(crate) mod client;