socketio-rs 0.1.7

An implementation of a socketio written in rust.
Documentation
1
2
3
4
5
6
pub(crate) mod builder;
#[allow(clippy::module_inception)]
pub(crate) mod client;

pub use builder::{ClientBuilder, TransportType};
pub use client::{Client, Socket};