1 unstable release
0.1.0 | Dec 19, 2021 |
---|
#74 in #cursor
26 downloads per month
7KB
91 lines
Simple ANSI (rust)
A simple ansi library that does not include color sequences but only cursor, screen, terminal. It gets confusing fast with colors support built in so NO COLORS.
Installation
Just add simple_ansi
crate to your Cargo.toml
and you are
ready to go.
How Do I use it?
Just see the docs here. Its that simple.