Expand description

A module that re-exports all the things required for writing custom Prompts.

Modules

A module to represent a terminal and operations on it.

A module for handling key events

A module to control the looks of text.

Structs

A collections of answers of previously asked Questions.

Enums

The different answer types that can be returned by the Questions

Traits

A trait to represent a terminal that can be rendered to.

A trait to represent a source of KeyEvents.

Prompts are a way to write custom Questions.