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: 9 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T01:15:31.000Z (over 3 years ago)
- Last Synced: 2025-04-18T03:32:18.863Z (10 months ago)
- Topics: ansi-escape-sequences, ansi-rgb, terminal, terminal-graphics
- Language: Rust
- Homepage: https://docs.rs/ansi_rgb/
- Size: 41 KB
- Stars: 15
- Watchers: 5
- 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
[](https://crates.io/crates/ansi_rgb)
[](https://docs.rs/ansi_rgb)
[](https://crates.io/crates/ansi_rgb)
Full documentation:
[https://docs.rs/ansi_rgb](https://docs.rs/ansi_rgb)