Expand description
Input handling for interactive terminal applications.
Provides key event types and an input reader that wraps crossterm.
Structs§
- Key
- A key press event.
- KeyMatcher
- Builder for matching keys and executing handlers.
Enums§
- Arrow
- Arrow key direction.
Traits§
- Input
Handler - Input handler that can be used with App::run.