Module tty

Source
Expand description

Types for working with TTY streams

Structs§

Multiplexer
This object can emit a stream of TtyChunks and also implements AsyncWrite for streaming bytes to Stdin.

Enums§

TtyChunk
An enum representing a chunk of TTY text streamed from a Podman container.

Functions§

decode
Decodes a TTY chunk from a stream.
decode_chunk
decode_raw