ttyui 0.1.1

A tiny set of helpers for terminal interactivity, including readline, word selector and date selector.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# TTYUI

[![codecov](https://codecov.io/gh/g1eng/ttyui/graph/badge.svg?token=BH0VG09CXB)](https://codecov.io/gh/g1eng/ttyui)

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

For more detail, see the [documentation](https://docs.rs/ttyui).