message-io 0.19.0

Fast and easy-to-use event-driven network library
Documentation
1
2
3
4
5
6
/// Utility for created nested named threads
pub mod thread;

/// Frame encoding to convert a data stream into packets.
/// It can be used as a utility to build adapters.
pub mod encoding;