Module tokio::io::util::mem

source ·
Expand description

In-process memory IO types.

Structs

  • A bidirectional pipe to read and write bytes in memory.
  • Pipe 🔒
    A unidirectional IO over a piece of memory.

Functions

  • Create a new pair of DuplexStreams that act like a pair of connected sockets.