Crates.io | watercolor |
lib.rs | watercolor |
version | 0.2.0 |
source | src |
created_at | 2023-05-31 04:36:25.029432 |
updated_at | 2023-11-04 15:56:01.926622 |
description | Terminal ANSI code styling |
homepage | |
repository | https://gitlab.com/wake-sleeper/watercolor |
max_upload_size | |
id | 878525 |
size | 17,835 |
println!(
"\n\t{}\n\t{}\n\t{}\n\t{}\n\t{}\n\t{}\n\t{}\n\t{}\n\t{}\n\t{}\n\t{}\n\t{}\n\t{}",
bold("bold"),
italic("italic"),
dim("dim"),
underline("underline"),
reverse("reverse"),
strikeout("strikeout"),
red("red"),
green("green"),
on_red("on_red"),
on_green("on_green"),
rgb(152, 95, 111, "rgb"),
on_rgb(152, 95, 111, "on_rgb"),
bold(italic(underline(black(on_white("all together now"))))),
)