Introduction
-
Rusty Style is a Terminal Utility to style your TUI project.
-
It is mainly inspired by lipgloss, a golang TUI library.
-
It is built using the build design pattern.
Example
use Color;
let my_style = new
.bold
.italic
.underline
.foreground
.background
.set_string;
let rendered_string = my_style.render; // render will happen the text to Hello
Warning.
- If you have any suggestions, problems, open a problem (if it is an error, you must be sure to look if you can solve it with Google!)
Support me.
- Thanks for looking at this repository, if you like to press the ⭐ button!
- Made by Edward Elton.