1 unstable release
0.1.0 | Mar 8, 2023 |
---|
#6 in #bold
182 downloads per month
3KB
Usage:
pub use console_decorate::prelude::*;
fn main() {
println!(
"{}",
decorate!("YES!", BLUE, BOLD, UNDERLINE, ITALICS, STRIKETHROUGH)
);
}
A library for decorating text in the console
0.1.0 | Mar 8, 2023 |
---|
#6 in #bold
182 downloads per month
3KB
Usage:
pub use console_decorate::prelude::*;
fn main() {
println!(
"{}",
decorate!("YES!", BLUE, BOLD, UNDERLINE, ITALICS, STRIKETHROUGH)
);
}