ttyui 0.1.4

A tiny set of helpers for terminal interactivity, including readline, word selector and date selector.
Documentation
1
2
3
4
5
6
7
all: build
build:
	cargo build --release
test:
	cargo test --tests
cov:
	cargo llvm-cov