Expand description
Utilities for reading and writing on terminals.
Structs§
- Never
Terminal Duplexer - A wrapper around a
Read
+Write
which implementsDuplexTerminal
but isn’t ever a terminal. - Never
Terminal Reader - A wrapper around a
Read
which implementsReadTerminal
but isn’t ever a terminal. - Never
Terminal Writer - A wrapper around a
Write
which implementsWriteTerminal
but isn’t ever a terminal. - Terminal
Duplexer - A wrapper around a
Read
+Write
which adds minimal terminal support. - Terminal
Reader - A wrapper around a
Read
which adds minimal terminal support. - Terminal
Writer - A wrapper around a
Write
which adds minimal terminal support.
Enums§
- Terminal
Color Support - Color support level, ranging from monochrome (color not supported) to 24-bit true color.
Traits§
- Duplex
Terminal - An extension trait for input/output streams connected to terminals.
- Read
Terminal - An extension trait for input streams connected to terminals.
- Terminal
- A trait for devices which may be connected to terminals.
- Write
Terminal - An extension trait for output streams connected to terminals.