💄 Style Text In Terminal 💄
Introduction
It is mainly inspired by lipgloss, a golang TUI library.
It is built using the build design pattern.
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