[−][src]Crate crossterm_input
Structs
AsyncReader | This is a wrapper for reading from the input asynchronously. This wrapper has a channel receiver that receives the input from the user whenever it typed something. You only need to check whether there are new characters available. |
TerminalInput | Allows you to preform actions with the < option >. |
Enums
KeyEvent | This enum represents key events which could be caused by the user. |
Functions
input | Get a |