message-io 0.14.6

Fast and easy-to-use event-driven network library
Documentation
mod template;

#[cfg(feature = "tcp")]
pub mod tcp;
#[cfg(feature = "tcp")]
pub mod framed_tcp;
#[cfg(feature = "udp")]
pub mod udp;
#[cfg(feature = "websocket")]
pub mod ws;
// Add new adapters here
// ...