Crate terminal_io[−][src]
Expand description
Utilities for reading and writing on terminals.
Structs
| NeverTerminalDuplexer | A wrapper around a |
| NeverTerminalReader | A wrapper around a |
| NeverTerminalWriter | A wrapper around a |
| TerminalDuplexer | A wrapper around a |
| TerminalReader | A wrapper around a |
| TerminalWriter | A wrapper around a |
Enums
| TerminalColorSupport | Color support level, ranging from monochrome (color not supported) to 24-bit true color. |
Traits
| DuplexTerminal | An extension trait for input/output streams connected to terminals. |
| ReadTerminal | An extension trait for input streams connected to terminals. |
| Terminal | A trait for devices which may be connected to terminals. |
| WriteTerminal | An extension trait for output streams connected to terminals. |