fancyer

Crates.iofancyer
lib.rsfancyer
version0.2.1
sourcesrc
created_at2021-12-27 22:22:42.792163
updated_at2021-12-27 22:22:42.792163
descriptionEasily print colored text at runtime.
homepage
repositoryhttps://github.com/Foxcirc/fancy
max_upload_size
id503898
size9,241
(Foxcirc)

documentation

https://docs.rs/fancy/latest/fancyer/

README

This crate provides a runtime version of the colorize! macro from the fancy crate.

It can be used to dynamically create colored strings at runtime.

let msg = colorize("[blue|b]Hello [:u|red]world[:b]!".into());
println!("{}", msg);
Commit count: 25

cargo fmt