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

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