Crates.io | cute_strings |
lib.rs | cute_strings |
version | 0.1.1 |
source | src |
created_at | 2024-07-14 20:53:27.978173 |
updated_at | 2024-07-15 20:04:30.156155 |
description | Library to colorize strings in the terminal |
homepage | |
repository | https://github.com/faculerena/cute-strings |
max_upload_size | |
id | 1303254 |
size | 104,953 |
This crate exposes a type called CuteString
that has methods to color the string.
The colors are defined in the AsciiColor
enum.
All the methods are defined in here.