Crate pipebuf_mio

Source
Expand description

PipeBuf connectors for mio types

This permits I/O between pipe-buffers and streaming-based interfaces.

Structsยง

TcpLink
Exchange stream data via the mio TcpStream type
UnixStreamLink
Exchange stream data via the mio UnixStream type