Crate term_tools

Source
Expand description

§Term_Tools: Rich API for Colorizing Terminal

term_tools is a Rust library that provides a rich API for colorizing terminal output. It allows you to create styled text strings with various colors, effects, and formatters.

Structs§

StyledText
A struct representing a styled text string.

Functions§

styled
Creates a styled text string with the given text and styles.