retty 0.29.0

Retty — an asynchronous Rust networking framework that makes it easy to build protocols, application clients/servers.
Documentation
1
2
3
4
5
//! Extensible encoder/decoder and its common implementations which deal with the packet fragmentation
//! and reassembly issue found in a stream-based transport such as TCP or datagram-based transport such as UDP.

pub mod byte_to_message_decoder;
pub mod string_codec;