Crate tty_form

Source
Expand description

§tty-form

Provides simple TTY-based user input form capabilities including multi-step forms and complex input types.

Modules§

control
dependency
device
step
style
test
A virtual testing device based on the vte/vt100 parser used in functional and documentation tests.
text

Structs§

Form
A TTY-based form with multiple steps and inputs.

Enums§

Error
A failed form operation’s error information.

Type Aliases§

Result
A form operation’s result containing either a successful value or error.