inline_colorization 0.1.6

format!("Lets the user {color_red}colorize{color_reset} and {style_underline}style the output{style_reset} text using inline variables");
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "inline_colorization"
version = "0.1.6"
edition = "2021"
authors = ["Elias Jonsson <e@ejon.eu>"]
license = "MIT"
description = "format!(\"Lets the user {color_red}colorize{color_reset} and {style_underline}style the output{style_reset} text using inline variables\");"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]