console-decorate

Crates.ioconsole-decorate
lib.rsconsole-decorate
version0.1.0
sourcesrc
created_at2023-03-08 10:28:34.048694
updated_at2023-03-08 10:28:34.048694
descriptionA library for decorating text in the console.
homepage
repositoryhttps://github.com/third-act/console-decorate
max_upload_size
id804415
size2,525
Alexander Yngling (ayngling)

documentation

README

Usage:

pub use console_decorate::prelude::*;

fn main() {
    println!(
        "{}",
        decorate!("YES!", BLUE, BOLD, UNDERLINE, ITALICS, STRIKETHROUGH)
    );
}
Commit count: 2

cargo fmt