Crate tty_overwriter

Source
Expand description

TTY Overwriter the crate is a small library consisting of two modules : ansi_seq and ̀body ansi_seq are ansi_sequences to be Written. body is a small tool which uses ansi sequences to rewrite text to a terminal in a loop without flickering.

Modules§

ansi_seq
Easy Ansi Sequences code
body
A tool to overwrite to terminal without flickering
prelude
The prelude of the lib, to easily include all you might want to include from the lib