Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rust-osdev/ansi_rgb

Colorful terminal text using ANSI escape sequences
https://github.com/rust-osdev/ansi_rgb

ansi-escape-sequences ansi-rgb terminal terminal-graphics

Last synced: 15 days ago
JSON representation

Colorful terminal text using ANSI escape sequences

Awesome Lists containing this project

README

        

# ansi_rgb

Colorful terminal text using [ANSI escape sequences](https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_parameters).

* Very simple API
* 3-, 4-, 8-, and 24-bit colors
* Colors all the [formatting traits](https://doc.rust-lang.org/std/fmt/#formatting-traits)
* Easy to add your own color types
* `no_std` compliant

[![crates.io badge](https://img.shields.io/crates/v/ansi_rgb.svg)](https://crates.io/crates/ansi_rgb)

[![docs.rs badge](https://docs.rs/ansi_rgb/badge.svg)](https://docs.rs/ansi_rgb)

[![Downloads badge](https://img.shields.io/crates/d/ansi_rgb.svg)](https://crates.io/crates/ansi_rgb)

Full documentation:

[https://docs.rs/ansi_rgb](https://docs.rs/ansi_rgb)