message-io 0.11.1

Easy asynchronous network message library
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub 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 web_socket;
// Add new adapters here
// ...