1 stable release

1.0.0 May 26, 2022

#953 in Command-line interface


Used in nitro_log

MIT/Apache

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

~180KB