Crate ttyui

Source
Expand description

TTYUI is a tiny set of helpers for terminal character I/O. It implements common set of terminal input handlers such as:

  • readline
  • y/n selector
  • date and time selector

Modules§

readline
An alternative readline implementation.
selector
Various selectors for items, numbers, date and times.