rs-netty 0.2.1

A Tokio-native typed TCP/UDP pipeline framework inspired by Netty.
Documentation
1
2
3
4
pub use crate::transport::{
    tcp::client::{TcpClient, TcpClientConfig, TcpClientHandle},
    udp::client::{UdpClient, UdpClientConfig, UdpClientHandle},
};