Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rust-osdev/ansi_rgb
- Owner: rust-osdev
- License: mit
- Created: 2019-07-16T01:31:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T01:15:31.000Z (over 2 years ago)
- Last Synced: 2024-11-15T00:48:56.408Z (about 1 month ago)
- Topics: ansi-escape-sequences, ansi-rgb, terminal, terminal-graphics
- Language: Rust
- Homepage: https://docs.rs/ansi_rgb/
- Size: 41 KB
- Stars: 14
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)