slings 0.3.47

A small async runtime based on io-uring for Rust
Documentation
1
2
3
4
5
6
7
pub mod tcp;
pub mod udp;
pub mod unix;

pub use tcp::{TcpListener, TcpStream};
pub use udp::UdpSocket;
pub use unix::{UnixListener, UnixStream};