1 stable release
1.0.0 | May 26, 2022 |
---|
#993 in Command-line interface
Used in nitro_log
20KB
444 lines
style-term
A simple-to-use ANSI terminal style tool for Rust
Features
Supports No Color on the high level display methods
How to use
use style_term::{Color, DefaultColor, EightBitColor, StyleString, TrueColor};
fn main() {
println!("{}", "How are you doing".style().text_color(DefaultColor::Red))
}
Dependencies
~175KB