Rusty Style

💄 Style Text In Terminal 💄


gloss


Introduction


Example

```rs use rusty_style::color::Color;

let mystyle = rustystyle::style::Style::new() .bold() .italic() .underline() .foreground(Color::new(255, 0, 0)) .background(Color::new(0, 0, 255)) .set_string("Hello");

let renderedstring = mystyle.render("World"); // render will happen the text to Hello ```


Warning.


Support me.

Informations
GitHub Repo stars GitHub top language GitHub last commit GitHub GitHub watchers