boomnet 0.0.78

Framework for building low latency clients on top of TCP.
Documentation
1
2
3
4
5
6
7
8
9
pub mod buffer;
#[cfg(feature = "http")]
pub mod http;
pub mod inet;
pub mod service;
pub mod stream;
mod util;
#[cfg(feature = "ws")]
pub mod ws;