Expand description
A module that re-exports all the things required for writing custom Prompts.
Re-exports§
Modules§
- backend
- A module to represent a terminal and operations on it.
- events
- A module for handling key events
- style
- A module to control the looks of text.
Traits§
- Backend
- A trait to represent a terminal that can be rendered to in an interactive manner.
- Event
Iterator - A trait to represent a source of
KeyEvents.