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§
- Byte
Stream - A potentially infinite, interruptible stream of bytes.
- Chunks
- Turn a readable stream into
Values. - Lines
- Reader
- Split
Read
Enums§
- Byte
Stream Source - The source of bytes for a
ByteStream. - Byte
Stream Type - Optional type color for
ByteStream, which determines type compatibility.
Functions§
- copy_
with_ signals - value_
from_ bytes - Convert already-collected stream bytes into a
Value.