Module byte_stream

Source
Expand description

Module managing the streaming of raw bytes between pipeline elements

This module also handles conversions the ShellError <-> io::Error, so remember the usage of ShellErrorBridge where applicable.

Structs§

ByteStream
A potentially infinite, interruptible stream of bytes.
Chunks
Turn a readable stream into Values.
Lines
Reader
SplitRead

Enums§

ByteStreamSource
The source of bytes for a ByteStream.
ByteStreamType
Optional type color for ByteStream, which determines type compatibility.

Functions§

copy_with_signals