#ansi #ansi-colors #cursor #terminal #graphics #simple

bin+lib simple_ansi

A Simple ANSI library without color sequences

1 unstable release

0.1.0 Dec 19, 2021

#70 in #cursor

MIT license

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.

No runtime deps