Expand description
Utilities for reading and writing on terminals.
Structs§
- Never
Terminal Duplexer - A wrapper around a
Read+Writewhich implementsDuplexTerminalbut isn’t ever a terminal. - Never
Terminal Reader - A wrapper around a
Readwhich implementsReadTerminalbut isn’t ever a terminal. - Never
Terminal Writer - A wrapper around a
Writewhich implementsWriteTerminalbut isn’t ever a terminal. - Terminal
Duplexer - A wrapper around a
Read+Writewhich adds minimal terminal support. - Terminal
Reader - A wrapper around a
Readwhich adds minimal terminal support. - Terminal
Writer - A wrapper around a
Writewhich 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.