Module tokio::io::util::mem

source ·
Expand description

In-process memory IO types.

Structs§

  • A bidirectional pipe to read and write bytes in memory.
  • A unidirectional pipe to read and write bytes in memory.

Functions§

  • Create a new pair of DuplexStreams that act like a pair of connected sockets.
  • Creates unidirectional buffer that acts like in memory pipe.