tui-tools
Description
Some tools I use for colorizing, and accepting input in a tui applications with minimal dependencies.
Usage
Add the following to your Cargo.toml
[]
= "0.1.0"
Examples
Colorize a string, enables ansi on windows.
use Colors;
Get input from the user.
use getch;
Clear the screen.
use cls;