Crates.io | simple_ansi |
lib.rs | simple_ansi |
version | 0.1.0 |
source | src |
created_at | 2021-12-19 09:54:31.165151 |
updated_at | 2021-12-19 09:54:31.165151 |
description | A Simple ANSI library without color sequences |
homepage | https://github.com/xcodz-dot/simple_ansi |
repository | https://github.com/xcodz-dot/simple_ansi |
max_upload_size | |
id | 500341 |
size | 7,680 |
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.
Just add simple_ansi
crate to your Cargo.toml
and you are
ready to go.
Just see the docs here. Its that simple.