message-io 0.12.2

Event-driven message library to build network applications easy and fast
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;